mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +03:00
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:
parent
259928ab62
commit
0971700f6c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue