From 69e2b56defe5135aa25125c083d61f960d0b0016 Mon Sep 17 00:00:00 2001 From: Dan Marks Date: Tue, 5 Aug 2025 05:30:13 -0400 Subject: [PATCH] docs: Add warning about broken apple push notifications support (#4541) Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com> --- docs/content/examples/use-cases/ios-mail-push-support.md | 9 +++++++++ 1 file changed, 9 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..ad8f77fc 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,15 @@ title: 'Advanced | iOS Mail Push Support' --- +!!! warning "Status - August 2025" + + Apple has since deprecated their API used for certificate renewal (_see [this Apple Developer thread][apple::dev-push-issue-reference]_) as it is currently implemented in `dovecot-xaps-daemon` for `XAPPLEPUSHSERVICE`. There is no actionable resolution for this issue known at this time. + + [Apple has communicated plans][apple::push-open-standard] to implement an open IETF standard for push notifications. + +[apple::dev-push-issue-reference]: https://developer.apple.com/forums/thread/778671?answerId=850357022#850357022 +[apple::push-open-standard]: https://github.com/stalwartlabs/stalwart/issues/747#issuecomment-3142925679 + ## 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.