Replies: 1 comment 3 replies
-
Hi there, iOS notifications are indeed quite limited at the moment. We plan multiple improvements (like showing sender and recipient) but we need to do it in a privacy-preserving matter. The counter changes you are describing would require some substantial changes but would likely come together with other improvements. Regarding |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that iOS client has some limitations concerning support for push notifications:
A/ badge is always set to "1"; no information about real number of unread messages in INBOX
B/ notifications (lock screen, badge) are not cleared when there's no unread message in INBOX (etc. by reading all of them in web interface).
I took initial look at source code (I'm Tutanota customer since yesterday) and it seems (I could be wrong of course) like push server is used only (privacy reasons?) to inform iOS client that there's is "content-available" and all further handling is done through direct URLRequest to Tutanota server. Push is received for every knew email in INBOX (no idea about unread->read status change?).
Is there a chance to have unread mail counter (including notification cancellation) available in iOS client. Can I help in any way?
I'm not sure whether it's a bug or just expected behaviour so marked this thread as General.
Beta Was this translation helpful? Give feedback.
All reactions