mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 05:02:04 +03:00
docs: polish himalaya skill docs
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user