Move a message between folders
move_messageMove an email from one folder to another by providing its UID, source folder, and destination folder.
Instructions
Move a single message from one folder to another by UID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | UID of the message to move. | |
| destFolder | Yes | Folder path to move the message into. | |
| sourceFolder | Yes | Folder path currently containing the message. |