updated docs5
This commit is contained in:
parent
b64d1411d2
commit
9375b5b96f
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
|
@ -1,10 +1,18 @@
|
||||||
# tuimail — User Guide
|
# tuimail — User Guide
|
||||||
|
|
||||||
tuimail is a terminal email client. It shows your inbox in a split-pane view:
|
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.
|
the email list on top, the message preview on the bottom.
|
||||||
|
|
||||||
|
#### 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)
|
||||||
|
|
||||||
---
|
---
|
||||||
### Configure tuimail
|
### Configuring
|
||||||
Sorry, there is no binary release for now. This setup requires that you have rust cargo installed.
|
Sorry, there is no binary release for now. This setup requires that you have rust cargo installed.
|
||||||
|
|
||||||
Run the setup wizard:
|
Run the setup wizard:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue