bulk_move
Move multiple emails to a destination mailbox at once by specifying source mailbox or sender substring, reducing the need for individual moves.
Instructions
Move multiple messages to a destination mailbox in one call — by mailbox, sender substring, or both. Far faster than calling move_email per message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Substring to match against the sender field. At least one of mailbox or from is required. | |
| account | No | Restrict source to this account name. | |
| mailbox | No | Restrict source to this exact mailbox name. At least one of mailbox or from is required. | |
| destination_account | No | Account name to disambiguate if multiple accounts share the destination mailbox name | |
| destination_mailbox | Yes | Exact mailbox name from list_accounts_and_mailboxes (slash-pathed for nested, e.g. 'Folders/Amtrak') |