bulk_move
Move multiple email messages to another folder in a single IMAP session with efficient chunked operations, using atomic UID MOVE when available.
Instructions
Move multiple messages to another folder in a single IMAP session.
Uses atomic UID MOVE (RFC 6851) in chunks when the server advertises it, falls back to COPY+STORE+EXPUNGE per chunk otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | Yes | ||
| email_ids | Yes | ||
| destination | Yes |