mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-10 19:45:05 -05:00
291f6d18a2
Fixes Issue 1664 Issue 1643: Some servers respond with an untagged EXISTS to every NOOP. This change parses through all untagged responses in a loop until no more are being generated, avoiding calling internalOpen each time. Issue 1664: I have never personally seen this error, and the log looks like a thread safety problem. mMessageCount is being set in one thread (the IDLE thread) but not properly visible in another thread (the check mail thread). mMessageCount and other ImapFolder private variables are now volatile in hopes of correcting this problem. |
||
---|---|---|
assets | ||
compile-only-libs | ||
docs | ||
images | ||
res | ||
src | ||
tools | ||
.classpath | ||
.project | ||
Android.mk | ||
AndroidManifest.xml | ||
build.properties | ||
build.xml | ||
default.properties | ||
K9.iml | ||
MODULE_LICENSE_APACHE2 | ||
NOTICE |