move_emails
Move emails between IMAP folders by specifying email IDs and destination mailbox. Use list_emails_metadata to obtain IDs and list_mailboxes to find available folders.
Instructions
Move one or more emails between IMAP folders by their email_id. Use list_emails_metadata first to get the email_id and list_mailboxes to discover available folders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_name | Yes | The name of the email account. | |
| email_ids | Yes | List of email_id to move (obtained from list_emails_metadata). | |
| destination_mailbox | Yes | The destination mailbox/folder to move emails to. | |
| source_mailbox | No | The source mailbox containing the emails. | INBOX |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |