Describe the feature
A daemon-side hook that POSTs to a configurable URL when new mail arrives matching a filter. Lets users wire matcha into Slack, Discord, Home Assistant, etc.
Why this matters
The unix-philosophy take on notifications: don't bake every integration into the client, give users a hook and let them route.
Notes
- Config:
webhooks: [{filter: \"from:boss\", url: \"...\", template: \"...\"}].
- Body should be JSON with the parsed envelope; a Go template controls the field selection.
Describe the feature
A daemon-side hook that POSTs to a configurable URL when new mail arrives matching a filter. Lets users wire matcha into Slack, Discord, Home Assistant, etc.
Why this matters
The unix-philosophy take on notifications: don't bake every integration into the client, give users a hook and let them route.
Notes
webhooks: [{filter: \"from:boss\", url: \"...\", template: \"...\"}].