replicant-packages_apps_Email/src/com/android/email/mail/store
Makoto Onuki 29f0638f4d DO NOT MERGE: 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

Backport of Ia50072944d5b01c1e59541c3a966067b13910cc4

Change-Id: Iab5d3fa21e403f2e1043990112154fbb72322b02
2010-09-20 16:45:48 -07:00
..
imap DO NOT MERGE: Implement destroy() for all ImapElement classes. 2010-09-20 16:45:48 -07:00
ExchangeStore.java DO NOT MERGE: Clean up member variables. 2010-09-20 14:03:29 -07:00
ImapStore.java DO NOT MERGE: Handle multiple IMAP SEARCH results. 2010-09-20 16:45:48 -07:00
LocalStore.java DO NOT MERGE: Simplify MessageRetrievalListener. 2010-09-20 14:07:13 -07:00
Pop3Store.java DO NOT MERGE: Simplify MessageRetrievalListener. 2010-09-20 14:07:13 -07:00