move_emails
Move one or more emails between IMAP folders by their email IDs. First retrieve email IDs with list_emails_metadata and discover folders with list_mailboxes.
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 |
|---|---|---|---|
| email_ids | Yes | List of email_id to move (obtained from list_emails_metadata). | |
| account_name | Yes | The name of the email account. | |
| source_mailbox | No | The source mailbox containing the emails. | INBOX |
| destination_mailbox | Yes | The destination mailbox/folder to move emails to. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |