From b64d1411d2503b644831c417348aac1511052748 Mon Sep 17 00:00:00 2001 From: Shautvast Date: Mon, 2 Mar 2026 15:35:49 +0100 Subject: [PATCH] updated docs4 --- README.md | 56 +++++++++++++++++++++++++++---------------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index f3ce616..eb49b8e 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -67,11 +65,11 @@ App Passwords require 2-Step Verification to be enabled on your Google account. ├─────────────────────────────────────────────────────┤ │ Message │ ← inactive pane │ │ -│ Hi there, │ -│ Just checking in… │ +│ Hi there, │ +│ Just checking in… │ │ │ ├─────────────────────────────────────────────────────┤ -│ c compose | r reply | / search | q quit | … │ ← status bar +│ c compose | r reply | / search | q quit | … │ ← status bar └─────────────────────────────────────────────────────┘ ``` @@ -84,11 +82,11 @@ 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 | +| 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 | | `q` / `Esc` | Quit (or clear search results) | Scrolling past the last loaded message automatically fetches the next batch of @@ -96,34 +94,34 @@ 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) | +| Key | Action | +|------------|--------| +| `r` | **Reply** to the selected email | +| `d` | **Delete** the selected email (moves to Trash) | | `u` / `F5` | **Refresh** the inbox manually | ### Search -| Key | Action | -|-----|--------| -| `/` | Open the search bar | +| Key | Action | +|----------------|--------| +| `/` | Open the search bar | | *(type query)* | Filter by subject or sender | -| `Enter` | Run the search | -| `Esc` | Clear search results and return to inbox | +| `Enter` | Run the search | +| `Esc` | Clear search results and return to inbox | Search runs an IMAP `SEARCH OR SUBJECT … FROM …` query on the server so it 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 | -| `Enter` | Move to next field (To / Subject); insert newline in Body | +| Key | Action | +|----------|--------| +| `c` | Open compose window | +| `r` | Open compose pre-filled for replying to the selected email | +| `Tab` | Cycle focus: To → Subject → Body → To | +| `Enter` | Move to next field (To / Subject); insert newline in Body | | `Ctrl+S` | Send the email | -| `Esc` | Cancel and discard the draft | +| `Esc` | Cancel and discard the draft | --- @@ -157,8 +155,8 @@ Press **`r`** to reply. The compose window opens with: │ Subject: Re: Weekend plans │ ├─ Body ───────────────────────────┤ │ _ │ ← type your reply here -│ ─────────────────────────────── │ -│ On 2025-01-14 09:11, Bob wrote: │ +│ ─────────────────────────────── │ +│ On 2025-01-14 09:11, Bob wrote: │ │ > Are you free Saturday? │ └──────────────────────────────────┘ ```