bulk_move_by_domain
Move all emails from a specific sender domain to a designated folder in iCloud Mail. Use this tool to organize emails by domain for better inbox management.
Instructions
Move all emails from a specific domain to a folder. Convenience wrapper around bulk_move with a domain filter.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Sender domain to match (e.g. github.com, substack.com) | |
| targetMailbox | Yes | Destination folder | |
| sourceMailbox | No | Source mailbox (default INBOX) | |
| dryRun | No | Preview only — return count without moving |