updated docs2

This commit is contained in:
Shautvast 2026-03-02 15:28:02 +01:00
parent 1eb4affdb6
commit ef5127e0de

View file

@ -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.
---