mail_get
Fetch a specific email by ID and unwrap forwarded messages to retrieve the original sender, subject, body, attachments, and threading information.
Instructions
Fetch a single email by ID. Unwraps forwarded messages to extract the original.
Returns dict with keys: id, thread_id, sender (the user who
forwarded this message to Hermes — use as the to for replies),
original_sender, original_subject, original_body (plain text),
in_reply_to (Message-ID header for threading), forwarding_note
(text the user wrote above the forward delimiter, or null),
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 | |||