move_emails
Move emails between IMAP folders using email IDs. Specify source and destination mailboxes, then get per-ID success or failure status.
Instructions
Move one or more emails between IMAP folders by email_id. Use list_emails_metadata and list_mailboxes first. Partial or ambiguous effects report per-ID succeeded/failed/unknown status and are not retried.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| email_ids | Yes | List of email_id to move (obtained from list_emails_metadata). | |
| account_name | Yes | The name of the email account. | |
| source_mailbox | No | The source mailbox containing the emails. | INBOX |
| destination_mailbox | Yes | The destination mailbox/folder to move emails to. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |