Go to file
Makoto Onuki 367ebd7fa5 Handle multiple IMAP SEARCH results.
Apparently IMAP servers may return multiple SEARCH responses for a
single SEARCH command, and we need to handle all of them.

Before the IMAP rework there was 3 methods that issued the SEARCH command.
Two of them ware doing it right, but the other wasn't, which was what
I copied from, unfortunately!

In case you're wondering, originally the test for this method was done through
upper methods, e.g. getMessage().

Bug 2911647

Change-Id: Ia50072944d5b01c1e59541c3a966067b13910cc4
2010-08-12 11:10:00 -07:00
assets
docs
images
res Fragmentize Exchange setup 2010-08-11 16:07:26 -07:00
src Handle multiple IMAP SEARCH results. 2010-08-12 11:10:00 -07:00
tests Handle multiple IMAP SEARCH results. 2010-08-12 11:10:00 -07:00
.classpath
.project
Android.mk add filter for emma code coverage 2010-06-17 11:25:07 -07:00
AndroidManifest.xml Make Welcome launch MessageListXL 2010-08-05 13:58:20 -07:00
CleanSpec.mk Add an empty CleanSpec.mk 2010-03-08 18:05:00 -08:00
MODULE_LICENSE_APACHE2
NOTICE
proguard.flags Fragmentize AccountSettings 2010-08-09 10:36:50 -07:00
remove-exchange-support.sh