move_email
Move emails with a specific subject from one mailbox to another, supporting nested mailboxes and optional message ID override.
Instructions
Move email(s) matching a subject keyword from one mailbox to another.
Args: account: Account name (e.g., "Gmail", "Work") subject_keyword: Keyword to search for in email subjects to_mailbox: Destination mailbox name. For nested mailboxes, use "/" separator (e.g., "Projects/Amplify Impact") from_mailbox: Source mailbox name (default: "INBOX") max_moves: Maximum number of emails to move (default: 1, safety limit) message_ids: Exact Apple Mail message ids to move; when provided, subject filtering is ignored
Returns: Confirmation message with details of moved emails
User Preferences: {"workflow": "default", "notifications": "enabled"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | ||
| max_moves | No | ||
| to_mailbox | Yes | ||
| message_ids | No | ||
| from_mailbox | No | INBOX | |
| subject_keyword | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |