reply_email
Reply to an email with correct threading headers. Requires reading the original email first to maintain conversation context.
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 |