-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Summary
The Pushover integration in mailcow is great; ios unfortunately still doesn't offer native push notifications when running your own mail server, so it is a great alternative. However, it is currently an all or nothing scenario: either you disable the notifications and you get nothing at all (of course), or you get every single email sent to your account.
I would like to see a way to mark a message as not needing a push notification. Doesn't need to be gui based or anything, even just a simple X-mailcow-no-push-notification header that can be added via Sieve would suffice.
Motivation
I am subscribed to a handful of mailing lists that see a fair bit of traffic. I automatically move these mails to folders via a Sieve filter so they don't clutter my inbox, but I still get push notifications for them. I don't care about 99% of these mailing list e-mails, so I would like to filter them out so I don't get alert fatigue for emails that actually matter.
Additional context
I might try my hand at implementing this myself if I have time but I wanted to hear if this is a feature mailcow is interested in supporting first.