save_draft
Save an email draft to continue composing later. Retrieve drafts from the Drafts folder, then send with send_draft.
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) |