reply_all
Reply to the sender and all recipients, quoting the original message in a threaded email. Send immediately or save as draft, with optional file attachments.
Instructions
Reply to a message and everyone on it (sender + all other recipients, excluding you), threaded and quoting the original. Sends immediately unless draft=true. 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. |