reply_email
Send a threaded reply to an existing email, preserving In-Reply-To and References headers. Retrieve the original message first to compose your response.
Instructions
Reply to an email with proper threading (In-Reply-To & References headers). Use get_email first to read the original.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Reply body content | |
| html | No | Send as HTML | |
| account | Yes | Account name from list_accounts | |
| emailId | Yes | Email ID to reply to (from list_emails or get_email) | |
| mailbox | No | Mailbox where the original email is | INBOX |
| replyAll | No | Reply to all recipients | |
| attachments | No | Local files to attach |