get_email
Retrieve the full content of a specific email by ID, including body text, with an optional character limit for long messages.
Instructions
读取单封邮件的完整内容(含正文,超长会截断)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | 邮件 ID,来自 list_emails 或 search_emails | |
| maxBodyChars | No | 正文最大字符数,默认 20000 |