gws.mail.read_message
Retrieve the full content of any email by message ID. Choose plain text or raw HTML output to view or process the message body.
Instructions
Read the full content of an email message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format: 'text' (default, HTML converted to plain text) or 'raw' (original HTML preserved) | |
| account | No | Account label or email. Uses default if omitted. | |
| messageId | Yes | The message ID |