doc update
This commit is contained in:
parent
a2d6e72b7a
commit
696c3bec9f
1 changed files with 3 additions and 7 deletions
10
README.md
10
README.md
|
|
@ -1,15 +1,14 @@
|
|||
# Tuimail
|
||||
|
||||
Tuimail is a terminal email client. It shows your inbox in a split-pane view:
|
||||
the email list on top, the message preview on the bottom.
|
||||
Tuimail is a terminal email client. It allowes you to use your keyboard to navigate, search and send messages.
|
||||
|
||||
### Safety features
|
||||
- no html rendering (conversion to plain text)
|
||||
- no tracking pixels
|
||||
- no javascript
|
||||
- no local passwords (uses your OS keychain)
|
||||
- safe local message storage (see below)
|
||||
- safe communication to remote hosts (standard TLS, PGP for Proton)
|
||||
- safe local message storage using AES-256-GCM.
|
||||
- safe communication to remote hosts (TLS, PGP for Proton)
|
||||
|
||||
---
|
||||
# Configuring
|
||||
|
|
@ -43,9 +42,6 @@ written to disk in plain text.
|
|||
Note: every time you recreate the binary file using cargo,
|
||||
macOS will need reapproval for access to the keychain.
|
||||
|
||||
## Local cache:
|
||||
Messages are safely stored locally using AES-256-GCM.
|
||||
|
||||
## Extra Configuration needed for Gmail
|
||||
|
||||
### 1. Enable 2-Step Verification
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue