updated docs4

This commit is contained in:
Shautvast 2026-03-02 15:35:49 +01:00
parent 56b27e1692
commit b64d1411d2

View file

@ -24,7 +24,7 @@ For Imap:
Different mail providers may use other hosts and ports.
For Proton (does not require the proton-bridge)
For Proton (Tuimail does not require the proton-bridge)
- Username: your proton account user name
- Password:
@ -54,8 +54,6 @@ App Passwords require 2-Step Verification to be enabled on your Google account.
2. Enter a name (e.g. "Mail TUI") and click **Create**
3. Google will display a 16-character password — copy it
## Interface
```
@ -85,7 +83,7 @@ between the two panes.
### Navigation
| Key | Action |
|-----|--------|
|-------------|--------|
| `↑` / `k` | Move up in inbox or scroll message up |
| `↓` / `j` | Move down in inbox or scroll message down |
| `Tab` | Switch focus between inbox list and message preview |
@ -97,7 +95,7 @@ Scrolling past the last loaded message automatically fetches the next batch of
### Email Actions
| Key | Action |
|-----|--------|
|------------|--------|
| `r` | **Reply** to the selected email |
| `d` | **Delete** the selected email (moves to Trash) |
| `u` / `F5` | **Refresh** the inbox manually |
@ -105,7 +103,7 @@ Scrolling past the last loaded message automatically fetches the next batch of
### Search
| Key | Action |
|-----|--------|
|----------------|--------|
| `/` | Open the search bar |
| *(type query)* | Filter by subject or sender |
| `Enter` | Run the search |
@ -117,7 +115,7 @@ works across your entire mailbox, not just the loaded batch.
### Compose
| Key | Action |
|-----|--------|
|----------|--------|
| `c` | Open compose window |
| `r` | Open compose pre-filled for replying to the selected email |
| `Tab` | Cycle focus: To → Subject → Body → To |