From 0971700f6cf5e878ddbed424458d8ac808efba0d Mon Sep 17 00:00:00 2001 From: Mechiel Lukkien Date: Wed, 31 May 2023 10:24:48 +0200 Subject: [PATCH] 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. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 748c8cd..dc49597 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,8 @@ But perhaps in the future... - Delivery to (unix) OS system users - Mailing list manager - Support for pluggable delivery mechanisms +- iOS Mail push notifications (with XAPPLEPUSHSERVICE undocumened imap + extension and hard to get APNS certificate) # FAQ - Frequently Asked Questions