move_message
Move an email message from one mailbox to another. Supports Gmail's label system by adding the destination label to the message.
Instructions
Move a message to a different mailbox. Gmail uses labels rather than folders. Moving a message adds the destination label but may not remove the original.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messageId | Yes | The numeric ID of the message | |
| mailboxName | Yes | The name of the mailbox currently containing the message | |
| toMailbox | Yes | The name of the destination mailbox | |
| accountName | Yes | The name of the account containing the mailboxes |