message_get
Retrieve a specific email message from an alias mailbox using IMAP credentials. Provide the message ID to fetch JSON details, raw source, or attachments.
Instructions
Get a specific message for an alias (IMAP). Requires alias credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eml | No | Return the raw RFC822 message instead of JSON | |
| raw | No | Include the raw source | |
| message_id | Yes | Message ID | |
| nodemailer | No | Include the parsed Nodemailer representation | |
| attachments | No | Include attachments | |
| alias_password | Yes | Alias password from the alias_generate_password tool | |
| alias_username | Yes | Full alias email used as the auth username (e.g. me@example.com) |