Fetch Email
fetch_emailRetrieve complete email content by message UID, including headers, body, and optional attachments, from any IMAP folder.
Instructions
Fetch full email content including headers, body, and attachments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | Message UID in the folder | |
| folder | No | IMAP folder, default "INBOX" | |
| include_body | No | Include parsed body, default true | |
| include_attachments | No | Include attachment data, default false |