imap_preview_reply_to_email
Preview a threaded email reply and freeze it as a draft without sending. Returns a draft ID for confirmation before dispatch.
Instructions
Preview and freeze a threaded reply without sending it. Confirm the returned draftId with imap_confirm_send.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bcc | No | Optional BCC recipients merged with account defaults | |
| uid | Yes | UID of the original email | |
| body | No | Backward-compatible alias for text | |
| html | No | Optional HTML reply body | |
| text | No | Optional plain-text reply body | |
| folder | No | Folder containing the original email | INBOX |
| replyAll | No | Include original recipients except the sending account | |
| accountId | No | Account ID containing the original email | |
| accountName | No | Account name alternative to accountId | |
| attachments | No | New reply attachments to materialize and freeze |