move_email
Move emails between folders in IMAP accounts using email IDs and destination folder names to organize mailboxes.
Instructions
Move an email from one folder to another. Requires the email's id (from list_emails_* or fetch_email_content) and the destination folder to move it to. Returns {id, destination}.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The email identifier. | |
| source_folder | No | Optional folder hint for faster lookup. If omitted, searches all folders. | |
| destination_folder | Yes | Folder to move the email to. |