get_message
Retrieve the full details of an email message by its ID, including body, headers, recipients, and attachments. Optionally search all mailboxes if the mailbox is unknown.
Instructions
Get the full details of a single message by its ID, including body, headers, recipients, and attachments. If mailboxName is omitted, searches all mailboxes in the account (slower but useful when you don't know which mailbox the message is in).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messageId | Yes | The numeric ID of the message | |
| accountName | Yes | The name of the account containing the message | |
| mailboxName | No | The name of the mailbox containing the message (omit to search all mailboxes in the account) |