move_email
Move a specific email to another mailbox using its RFC message-id. Retrieve the exact destination mailbox name from list_accounts_and_mailboxes.
Instructions
Move a message to a different mailbox by RFC message-id. Use list_accounts_and_mailboxes to get exact mailbox names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | RFC message-id (with or without angle brackets) | |
| destination_account | No | Account name to disambiguate if multiple accounts share the mailbox name | |
| destination_mailbox | Yes | Exact mailbox name from list_accounts_and_mailboxes (slash-pathed for nested, e.g. 'Folders/Amtrak') |