mikegioia / libremail

IMAP ➝ SQL syncing engine, JavaScript-free email client, and a Kanban-style email client
Other
120 stars 12 forks source link

Folder not found error should inform the user to enable that folder in IMAP #154

Open mikegioia opened 2 years ago

mikegioia commented 2 years ago

Describe the bug When the user does not have a folder (like Trash or Spam) synced via IMAP, and tries to perform an action where that folder is used (like delete or mark as spam), an exception is thrown because it can't find that folder. The system should inform the user during sync and/or when the action is performed to let them know that they need to sync that folder.