1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-12-19 06:12:25 -05:00
k-9/src/com/fsck/k9/mail/store
Daniel Applebaum cdbcb188ec Fixes Issue 1664
Correct thread safety on some member variables when doing null checks.

Explicitly check for mMessageCount == -1 and stop=true in idling loop.

However, the original error message "Message count = -1 for folder"
will still arise in some circumstances and is a valid error to
report.
2010-07-03 15:22:54 +00:00
..
ImapResponseParser.java find src/com/fsck/ -name \*.java|xargs astyle --style=ansi --mode=java --indent-switches --indent=spaces=4 --convert-tabs --unpad=paren 2010-05-30 04:17:00 +00:00
ImapStore.java Fixes Issue 1664 2010-07-03 15:22:54 +00:00
LocalStore.java Fixes Issue 1914 2010-07-02 14:57:55 +00:00
Pop3Store.java Fixes Issue 227 2010-05-30 21:20:47 +00:00
TrustManagerFactory.java Moved classes Regex and DomainNameChecker from android (package) namespace to K-9 namespace. This way we're protected from modifications to these classes in future Android versions. 2010-05-19 19:16:36 +00:00
WebDavStore.java Fixes Issue 422 2010-06-08 11:33:47 +00:00