mail_get
Fetch a single email by ID and unwrap forwarded messages to access the original content, including sender, subject, body, and attachments.
Instructions
Fetch a single email by ID. Unwraps forwarded messages to extract the original.
Returns dict with keys: id, thread_id, original_sender,
original_subject, original_body (plain text), in_reply_to
(Message-ID header for threading), attachment_paths (list of local
file paths in ~/.cache/hermes-google/).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||