reply
Send an email response to the original sender, preserving thread and quoting the message. Optionally save as draft or attach local files.
Instructions
Reply to a message (to its sender), correctly threaded, quoting the original. Sends immediately unless draft=true (saves to Drafts for you to review). Can include local file attachments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | The message being replied to. | |
| body | No | Plain-text body. Provide this OR html. | |
| html | No | HTML body for a formatted email. A plain-text alternative is generated automatically. | |
| draft | No | Save to Drafts instead of sending (default false). | |
| mailbox | No | The mailbox the uid belongs to (default "INBOX"). | |
| attachments | No | Local file paths to attach — absolute, or relative to the working directory (e.g. "./report.pdf" from the project you're in). A leading ~ is expanded. |