imap_preview_forward_email
Preview a forwarded email as a draft without sending it, then confirm delivery using the returned draftId.
Instructions
Preview and freeze a forward without sending it. Confirm the returned draftId with imap_confirm_send.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Forward recipient address or addresses | |
| bcc | No | Optional BCC recipients merged with account defaults | |
| uid | Yes | UID of the original email | |
| body | No | Backward-compatible alias for text | |
| text | No | Optional text placed before the forwarded message | |
| folder | No | Folder containing the original email | INBOX |
| accountId | No | Account ID containing the original email | |
| accountName | No | Account name alternative to accountId | |
| includeAttachments | No | Materialize and freeze original attachments in the preview |