sieve_script_update
Update an existing Sieve script for a ForwardEmail alias using its script ID and alias credentials. Modify script content, description, or activation status.
Instructions
Update a Sieve script for an alias. Requires alias credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | New Sieve script content | |
| activate | No | Whether to activate the script after updating | |
| script_id | Yes | Sieve script ID or name | |
| description | No | New description | |
| alias_password | Yes | Alias password from the alias_generate_password tool | |
| alias_username | Yes | Full alias email used as the auth username (e.g. me@example.com) |