save_draft
Save email drafts to the Drafts folder for later editing and sending. Compose at your own pace, then use send_draft to deliver when ready.
Instructions
Save an email draft to the Drafts folder. Compose over time, then use send_draft to send it. Use list_emails with the Drafts mailbox to see saved drafts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients | |
| to | No | Recipient email addresses (can be empty for drafts) | |
| bcc | No | BCC recipients | |
| body | Yes | Email body content | |
| html | No | Send as HTML (default: plain text) | |
| account | Yes | Account name from list_accounts | |
| subject | Yes | Email subject | |
| in_reply_to | No | Message-ID for threading (from get_email) |