Create mail filter
email_filter_createCreate server-side email filters to automatically manage messages: file into folders, discard, mark as read, or redirect based on conditions like sender or subject.
Instructions
Create a server-side mail filter (sieve). Note: ox-mcp manages its own sieve script and activates it.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable rule name. | |
| stop | No | Stop processing further rules after this one matches. | |
| action | Yes | ||
| server | No | Server/account id to target. Defaults to the configured default server. | |
| matchAll | No | true = all conditions must match (AND); default any (OR). | |
| conditions | Yes |