email_reply
Reply to an email using its message ID and body. Automatically sets the In-Reply-To header to maintain conversation threading.
Instructions
Reply to an email. Automatically sets In-Reply-To header and threads the message. Use email_read first to get the message_id and original sender.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Reply body (HTML supported) | |
| reply_all | No | Reply to all recipients (not just sender) | |
| message_id | Yes | ID of the message to reply to |