diff --git a/README.md b/README.md index 52eae66..778d270 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ For Imap: - Password - SMTP host: `smtp.gmail.com`, port: `465`, TLS mode: `smtps` +Different mail providers may use other hosts and ports. + For Proton - Username: your proton account user name - Password: @@ -33,14 +35,8 @@ written to disk in plain text. Note: every time you recreate the binary file using cargo, Macos will need reapproval (4 times) for access to the keychain. -**Common provider settings** - -| Provider | IMAP host | IMAP port | use_tls | SMTP host | SMTP port | tls_mode | -|----------|-----------|-----------|---------|-----------|-----------|----------| -| Gmail | imap.gmail.com | 993 | true | smtp.gmail.com | 465 | smtps | -| Outlook/Hotmail | outlook.office365.com | 993 | true | smtp.office365.com | 587 | starttls | - ### ProtonMail + Tuimail can talk to ProtonMail directly — no separate bridge process needed! All transport is secure, except on localhost between client and built-in bridge service. This will be addressed soon. ---