imap_append_message
Appends a raw RFC822 email message directly to a specified IMAP mailbox, enabling programmatic message insertion for archiving or email workflow automation.
Instructions
Append a raw RFC822 message to a mailbox
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mailbox | Yes | Target mailbox name | |
| account_id | No | Account identifier (defaults to `"default"`) | default |
| raw_message | Yes | Raw RFC822 message content (as UTF-8 string) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Tool-specific data payload | |
| meta | Yes | Execution metadata (timestamp, duration) | |
| summary | Yes | Human-readable summary of the operation outcome |