get_message
Retrieve complete message details by ID, including body, headers, recipients, and attachments. Omit mailbox name to search across all mailboxes when the location 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) |