docs: polish himalaya skill docs

This commit is contained in:
Peter Steinberger
2026-01-06 23:44:06 +01:00
parent 16243b7edc
commit ea216994a1
5 changed files with 14 additions and 15 deletions
+3 -4
View File
@@ -79,7 +79,7 @@ himalaya envelope list --page 1 --page-size 20
### Search Emails
```bash
himalaya envelope list --query "from:john@example.com subject:meeting"
himalaya envelope list --query "from john@example.com subject meeting"
```
### Read an Email
@@ -89,9 +89,9 @@ Read email by ID (shows plain text):
himalaya message read 42
```
Read as raw MIME:
Export raw MIME:
```bash
himalaya message read 42 --raw
himalaya message export 42 --full
```
### Reply to an Email
@@ -222,4 +222,3 @@ RUST_LOG=trace RUST_BACKTRACE=1 himalaya envelope list
- Message IDs are relative to the current folder; re-list after folder changes.
- For composing rich emails with attachments, use MML syntax (see `references/message-composition.md`).
- Store passwords securely using `pass`, system keyring, or a command that outputs the password.