Move Email
move_emailMoves an email to another mailbox (nested target folders are found by name). Pass account= (returned by list_emails/search_emails) so the message lookup targets one account instead of scanning all of them — without it, multi-account Macs are slow and can time out on bulk moves. If you know the folder the message is in, also pass mailbox= (the mailbox field from the listing) so the lookup searches it first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| confirm | No | false | |
| mailbox | No | ||
| message_id | Yes | ||
| target_mailbox | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| moved | No | ||
| warning | No | ||
| message_id | No |