Update Sieve script
update_mailbox_sieveUpdate a mailbox's Sieve filtering script to change email rules. Fetch the existing script first to preserve current filters.
Instructions
Replace the Sieve filtering script of a mailbox (RFC 5228 syntax). The whole script is replaced, so fetch the current one first with get_mailbox_sieve if you only want to add rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes | The complete Sieve script | |
| address | Yes | The full mailbox address |