move_messages
Moves multiple emails to a different mailbox in a single operation, streamlining email organization.
Instructions
Move multiple messages to a different mailbox in a single operation. More efficient than calling move_message multiple times.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountName | Yes | The name of the account containing the mailboxes | |
| mailboxName | Yes | The name of the mailbox currently containing the messages | |
| messageIds | Yes | Array of numeric message IDs to move | |
| toMailbox | Yes | The name of the destination mailbox |