read_email
Fetch a full email by its UID, including headers, plain-text or HTML body, and attachment list. Specify folder and UID to read messages directly.
Instructions
Lê um e-mail completo pelo UID: cabeçalhos, corpo (texto por padrão, ou HTML) e lista de anexos. Use download_attachment para salvar anexos. max_chars=0 usa o limite padrão (MAX_BODY_CHARS).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | ||
| folder | Yes | ||
| max_chars | No | ||
| prefer_html | No | ||
| mark_as_read | No |