1. Add button for detailed logs if SMTP authentication fails When SMTP authentication fails (e.g., due to incorrect credentials, server response errors, or security policies), Thunderbird displays a generic error message. This is often insufficient for diagnosing the issue. Suggested Improvement: Include a "Show Log" or "View Details" button in the SMTP error dialog. This button would reveal detailed diagnostic information, such as: Full SMTP conversation with the server (with sensitive data masked) Response codes and messages Auth mechanism attempted (e.g., LOGIN, PLAIN, OAUTH2) Connection settings used 2. Allow configuring email accounts as "send-only" (no POP/IMAP setup) Currently, Thunderbird requires setting up both sending (SMTP) and receiving (IMAP or POP) servers for each email account. However, many valid use cases require sending only, without retrieving messages. Use cases include: Transactional/notification-only email accounts Accounts used solely for alerts or automated systems Delegated SMTP credentials where receiving is irrelevant or undesired Suggested Improvement: Add a "Send-only" mode for account setup Let users choose "POP", "IMAP", or "None (send-only)" during account creation Skip inbox/folder synchronization for such accounts
... View more