doc update

This commit is contained in:
Shautvast 2026-03-02 16:45:37 +01:00
parent a2d6e72b7a
commit 696c3bec9f

View file

@ -1,15 +1,14 @@
# Tuimail # Tuimail
Tuimail is a terminal email client. It shows your inbox in a split-pane view: Tuimail is a terminal email client. It allowes you to use your keyboard to navigate, search and send messages.
the email list on top, the message preview on the bottom.
### Safety features ### Safety features
- no html rendering (conversion to plain text) - no html rendering (conversion to plain text)
- no tracking pixels - no tracking pixels
- no javascript - no javascript
- no local passwords (uses your OS keychain) - no local passwords (uses your OS keychain)
- safe local message storage (see below) - safe local message storage using AES-256-GCM.
- safe communication to remote hosts (standard TLS, PGP for Proton) - safe communication to remote hosts (TLS, PGP for Proton)
--- ---
# Configuring # Configuring
@ -43,9 +42,6 @@ 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 for access to the keychain. 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 ## Extra Configuration needed for Gmail
### 1. Enable 2-Step Verification ### 1. Enable 2-Step Verification