email_move_messages
Move emails by UID from one folder to another, with automatic fallback for servers that do not support UID MOVE.
Instructions
把指定 UID 的信從 source_folder 搬到 destination_folder。優先用 UID MOVE,server 不支援則 fallback 為 COPY + UID EXPUNGE。目的地需先存在(請先呼叫 email_create_folder)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uids | Yes | ||
| source_folder | Yes | ||
| destination_folder | Yes |