k-9/src/com/fsck/k9/mail
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
..
filter Code refactoring: 2010-05-19 18:17:06 +00:00
internet Fixes Issue 227 2010-05-30 21:20:47 +00:00
store Fixes Issue 1664 2010-07-03 15:22:54 +00:00
transport Prefix IPv6-addresses with "IPV6:" in EHLO command. 2010-06-03 01:00:24 +00:00
Address.java Code refactoring: 2010-05-19 18:17:06 +00:00
AuthenticationFailedException.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
Body.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
BodyPart.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
CertificateValidationException.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
FetchProfile.java Merge imap-parser branch. 2010-05-19 13:31:48 +00:00
Flag.java - Add menu item to show additional headers in the message view 2010-05-21 15:34:29 +00:00
Folder.java Folder.fetchPart() is called when it shouldn't be. Disabled the exception for now. See issue 1733 2010-06-09 19:44:35 +00:00
Message.java Fixed some warnings 2010-06-20 14:19:01 +00:00
MessagingException.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
Multipart.java find src/com/fsck/ -name \*.java|xargs astyle --style=ansi --mode=java --indent-switches --indent=spaces=4 --convert-tabs --unpad=paren 2010-04-29 04:59:14 +00:00
Part.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
PushReceiver.java Provide for tracking all WakeLock usage. 2010-05-17 00:30:32 +00:00
Pusher.java Fixes Issue 300 2010-05-09 15:27:41 +00:00
Store.java Fixes Issue 254 2010-05-30 16:56:50 +00:00
Transport.java Fixes Issue 1116 2010-03-04 04:00:30 +00:00