From 634eb4ce836a902e682eb68f013b5b9c12cb433e Mon Sep 17 00:00:00 2001 From: Dan Marks Date: Mon, 4 Aug 2025 16:02:13 -0400 Subject: [PATCH] add note about broken apple push notifications Seems like this is planned to be fixed by Apple in the near future, so I don't know if it's worth deleting the whole page. I'm just adding a note in the meantime. --- docs/content/examples/use-cases/ios-mail-push-support.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/examples/use-cases/ios-mail-push-support.md b/docs/content/examples/use-cases/ios-mail-push-support.md index d0eacd18..dcca9a69 100644 --- a/docs/content/examples/use-cases/ios-mail-push-support.md +++ b/docs/content/examples/use-cases/ios-mail-push-support.md @@ -2,6 +2,12 @@ title: 'Advanced | iOS Mail Push Support' --- +!!! warning "This is broken as of August 2025" + + Apple has deprecated the API used for certificate renewal as it is currently implemented in dovecot-xaps-daemon for XAPPLEPUSHSERVICE. There is no fix available at the time this is being written; however, [Apple has indicated](https://github.com/stalwartlabs/stalwart/issues/747#issuecomment-3142925679) to some developers that an open IETF standard for push notifications is planned. There is an [open Apple Developer thread](https://developer.apple.com/forums/thread/778671?answerId=850357022#850357022) about this topic as well. + +!!! warning + ## Introduction iOS Mail currently does not support the IMAP idle extension. Therefore users can only either check manually or configure intervals for fetching mails in their mail account preferences when using the default configuration.