Update Email
Marks a message read or unread, moves it to another folder, or deletes it.
An action in the Network group.
Its type is action.mail_update.
Declared ports
Section titled “Declared ports”| Port | Label | Flow | Type |
|---|---|---|---|
in |
in | execution in | — |
out |
out | execution out | — |
ref |
Message | data in | String |
targetFolder |
Move to folder | data in | String |
state |
state | data out | Object{ref: String, op: String, changed: Boolean, error: String} |
Configuration
Section titled “Configuration”| Field | Key | Default | Notes |
|---|---|---|---|
| Message | ref |
— | — |
| What to do | op |
MARK_READ |
MARK_READ, MARK_UNREAD, MOVE, DELETE |
| Move to folder | targetFolder |
— | chosen from MAIL_FOLDER; shown when op is MOVE |