create_reply_draft
Create email reply drafts that maintain thread continuity by automatically setting proper headers when responding to existing messages.
Instructions
Create a reply draft on an existing email thread. Finds the message by UID, sets In-Reply-To and References headers to keep it in the same thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | No | Folder containing the original message | INBOX |
| uid | Yes | UID of the message to reply to | |
| body | Yes | Reply body (plain text) | |
| replyAll | No | Reply to all recipients | |
| cc | No | Additional CC recipients |