Move an email
move_emailMove an email message to a specified folder. Organize your mailbox by transferring messages between IMAP folders.
Instructions
Move a message to another folder. Requires EMAIL_ALLOW_DELETE=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | IMAP UID of the message. | |
| folder | No | Folder the message is currently in. | INBOX |
| destination | Yes | Folder to move the message into. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | ||
| action | Yes | What was done, e.g. 'moved' or 'marked read'. | |
| detail | No | ||
| folder | Yes |