Part of #18
Question
What does the user actually see for an account that syncs but can't send?
The accounts list currently renders address, provider, sent-folder status with a Choose sent folder / Change button, a View messages link, and Disconnect. A capability state has to fit alongside that without turning the row into a status dump.
Make a rough concrete artifact to react to (/prototype, UI mode) covering: the healthy row, the SMTP-failed row, the never-checked row, and — if Decide whether IMAP failure is also non-fatal at connect allows it — the fully-unverified row. Include where the raw server error goes, if anywhere, and what the re-check control looks like.
Part of #18
Question
What does the user actually see for an account that syncs but can't send?
The accounts list currently renders address, provider, sent-folder status with a
Choose sent folder/Changebutton, aView messageslink, andDisconnect. A capability state has to fit alongside that without turning the row into a status dump.Make a rough concrete artifact to react to (
/prototype, UI mode) covering: the healthy row, the SMTP-failed row, the never-checked row, and — if Decide whether IMAP failure is also non-fatal at connect allows it — the fully-unverified row. Include where the raw server error goes, if anywhere, and what the re-check control looks like.