You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delete password (for some reason, we keep losing the password sometimes! That's a different bug)
Restart app
Select the inbox of the account
Click "Login" button
Actual result
Error banner at the top "Unexpected close"
Same error in error console. No other errors there.
Stack
console.js:36 ConnectError: Unexpected close
at IMAPAccount.connection (IMAPAccount.ts:130:35)
at async IMAPAccount.hasCapability (IMAPAccount.ts:224:16)
at async IMAPFolder.listMessages (IMAPFolder.ts:108:11)
at async loadFolder (MailApp.svelte:40:28)
Expected result
Error banner "[Account name] Please check your password in settings. [IMAP server error message during login]"
The error banner has a [Settings] button, which leads to the server settings tab of that specific account.
The text was updated successfully, but these errors were encountered:
Reproduction
Actual result
Expected result
The text was updated successfully, but these errors were encountered: