Get a message's full content
get_messageRetrieve the full text and HTML body of a specific email by providing its folder and UID.
Instructions
Fetch the full content (text and HTML body) of a single message by folder and UID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | UID of the message, as returned by list_messages. | |
| folder | Yes | Folder path containing the message, e.g. 'INBOX'. |