mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-15 14:40:17 -05:00
![]() Previously, if a server's certificate failed authentication while connecting for push (if, for example, the certificate had expired), then the attempt to connect would fail, and another attempt would be tried later. After a certain number of failed attempts, no further attempts would be made. Meanwhile, the user is oblivious to the failures, and it could be quite some time before the user realizes that they are not getting email. Even when they do realize it, they would not know the cause. With this commit, users receive a notification when such failures occur while connecting for push. (These notifications are already generated with failures while polling.) Tapping the notification will take the user to the relevant server settings where they can choose to accept the certificate. |
||
---|---|---|
.. | ||
activity | ||
cache | ||
controller | ||
crypto | ||
fragment | ||
helper | ||
net/ssl | ||
preferences | ||
provider | ||
remotecontrol | ||
search | ||
security | ||
service | ||
view | ||
Account.java | ||
AccountStats.java | ||
BaseAccount.java | ||
Clock.java | ||
EmailAddressAdapter.java | ||
EmailAddressValidator.java | ||
FontSizes.java | ||
Identity.java | ||
K9.java | ||
NotificationSetting.java | ||
Preferences.java | ||
PRNGFixes.java | ||
Throttle.java |