updated docs2
This commit is contained in:
parent
1eb4affdb6
commit
ef5127e0de
1 changed files with 3 additions and 7 deletions
10
README.md
10
README.md
|
|
@ -22,6 +22,8 @@ For Imap:
|
||||||
- Password
|
- Password
|
||||||
- SMTP host: `smtp.gmail.com`, port: `465`, TLS mode: `smtps`
|
- SMTP host: `smtp.gmail.com`, port: `465`, TLS mode: `smtps`
|
||||||
|
|
||||||
|
Different mail providers may use other hosts and ports.
|
||||||
|
|
||||||
For Proton
|
For Proton
|
||||||
- Username: your proton account user name
|
- Username: your proton account user name
|
||||||
- Password:
|
- Password:
|
||||||
|
|
@ -33,14 +35,8 @@ written to disk in plain text.
|
||||||
Note: every time you recreate the binary file using cargo,
|
Note: every time you recreate the binary file using cargo,
|
||||||
Macos will need reapproval (4 times) for access to the keychain.
|
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
|
### ProtonMail
|
||||||
|
|
||||||
Tuimail can talk to ProtonMail directly — no separate bridge process needed!
|
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.
|
All transport is secure, except on localhost between client and built-in bridge service. This will be addressed soon.
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue