mailplus_get_message
Retrieve the full content of a MailPlus email message, including headers and body, with the option to download attachments as base64.
Instructions
Get the full content of a MailPlus email message, with optional attachment download.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | Message ID from mailplus_list_messages | |
| include_attachments | No | If true, include attachment content as base64 in response |