diff --git a/README.md b/README.md index 3a04960..eaea437 100644 --- a/README.md +++ b/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