imap_copy_message
Copy an email message to a specified mailbox in the same or a different account, using the message ID and destination mailbox.
Instructions
Copy a message to mailbox
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | Account identifier (defaults to `"default"`) | default |
| message_id | Yes | Stable message identifier | |
| destination_mailbox | Yes | Destination mailbox name | |
| destination_account_id | No | Destination account (if omitted, copies within same account) |
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 |