mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
This change adds XDELTAPUSH capability. Delta Chat clients detecting this capability can set /private/devicetoken IMAP metadata on the inbox to subscribe for Apple (APNS) notifications. Notifications are implemented in a new `chatmail-metadata` service which handles requests to set /private/devicetoken IMAP metadata from Delta Chat clients and /private/messagenew requests from push_notification_lua script. To avoid sending notifications for MDNs, webxdc updates and Delta Chat sync messages, messages with Auto-Submitted header are ignored by setting $Auto keyword (flag) on them in Sieve script and skipping such messages in push_notification_lua script. Outgoing messages are also ignored.
chatmaild
chatmaild provides dovecot autentication to create dovecot users on login and mail filtering.