k-9/src/com/fsck/k9/mail/store
Joe Steele 39590d49bd Notify user of certificate errors while pushing
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.
2014-03-03 17:18:49 -05:00
..
imap Change ImapUtility to use 'long' for the values of sequence sets 2012-07-07 16:21:07 +02:00
ImapResponseParser.java Issue 4359: IMAP message UIDs are 32 bit unsigned values and cannot be 2012-07-05 18:00:49 -04:00
ImapStore.java Notify user of certificate errors while pushing 2014-03-03 17:18:49 -05:00
LocalStore.java Generally replace \n with \r\n when part of a message 2013-10-11 11:39:46 -04:00
LockableDatabase.java Delete related files when deleting a database. 2013-10-11 11:24:51 -04:00
Pop3Store.java Use Locale.US where appropriate 2014-03-03 10:08:07 -05:00
StorageManager.java replaced entrySet + getKey with keySet 2014-02-15 23:59:23 +01:00
UnavailableAccountException.java Big, scary massive "ant astyle" to get us back to something 2011-02-06 17:09:48 -05:00
UnavailableStorageException.java Big, scary massive "ant astyle" to get us back to something 2011-02-06 17:09:48 -05:00
WebDavSocketFactory.java Move some classes out of com.fsck.k9.mail.store 2013-12-02 14:07:57 -05:00
WebDavStore.java Simplify code with better use of enum ConnectionSecurity 2014-02-25 15:22:38 -05:00