Auto update/refresh inbox is now working? #3995
-
I've reviewed the issues and discussion threads, but I'm unclear about the status of the inbox auto-update feature for new emails and changes. Could someone please provide an update on this feature? Additionally, I would appreciate guidance on how to enable it for both web browsers and the app on Android/iOS, assuming this feature is currently functional. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello "PUSH" notifications (what you call auto-refresh" is a complex things and sadly existing specifications falls short. Big GAFAM do not obey WebPush standards andon the other part JMAP websocket relies on authorization header in the initial HTTP call to authenticate the websocket but sdly browser APIs do not allow to implement this. We had been designingvendor specific extensions for Twake mail in order to itigate those issues, but those issues still exist and defeat the push for arbitrary JMAP servers... I'm happy to support people raising a voice on those topics at the IETF. |
Beta Was this translation helpful? Give feedback.
Hello
"PUSH" notifications (what you call auto-refresh" is a complex things and sadly existing specifications falls short.
Big GAFAM do not obey WebPush standards andon the other part JMAP websocket relies on authorization header in the initial HTTP call to authenticate the websocket but sdly browser APIs do not allow to implement this.
We had been designingvendor specific extensions for Twake mail in order to itigate those issues, but those issues still exist and defeat the push for arbitrary JMAP servers...
I'm happy to support people raising a voice on those topics at the IETF.