add ios push mail on not-soon-todo list

someone asked at the the recent golang rotterdam meetup if this would be added.
i looked into it, and it requires implementing an imap extension
XAPPLEPUSHSERVICE (not documented, but apple published modified dovecot
software for macos server that implemented it). to send push notifications to
the ios mail app, you need a APNS certificate. the tutorials online explain you
have to purchase macos server (a deprecated product) and extract the APNS
certificate. the certificate is valid for one year. i'm not sure it still
works, and it feels like it could stop working at any moment. but implementing
it seems doable.
This commit is contained in:
Mechiel Lukkien 2023-05-31 10:24:48 +02:00
parent 259928ab62
commit 0971700f6c
No known key found for this signature in database

View file

@ -138,6 +138,8 @@ But perhaps in the future...
- Delivery to (unix) OS system users - Delivery to (unix) OS system users
- Mailing list manager - Mailing list manager
- Support for pluggable delivery mechanisms - Support for pluggable delivery mechanisms
- iOS Mail push notifications (with XAPPLEPUSHSERVICE undocumened imap
extension and hard to get APNS certificate)
# FAQ - Frequently Asked Questions # FAQ - Frequently Asked Questions