History log of /packages/apps/Email/tests/src/com/android/email/mail/store/imap/ImapUtilityTests.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3555dc03bf2243dc275c9c832702abbee3b64387 20-Feb-2014 Jerry Xie <jjx@google.com> Add @SmallTest annotation to test classes so they get run in continuous

Change-Id: Ieb0e3af146a6668c813ff16a718221eae61e8e01
/packages/apps/Email/tests/src/com/android/email/mail/store/imap/ImapUtilityTests.java
17d3a29c9d8f7a27c463239f190bdcc4e0804527 27-Nov-2013 Jerry Xie <jjx@google.com> Get Email units to compile

Change-Id: I171a0e2421c5006d9862ad94f886932146547020
/packages/apps/Email/tests/src/com/android/email/mail/store/imap/ImapUtilityTests.java
284d8d7db5743d24b9aa246afe3d24139bdb0813 23-Mar-2011 Todd Kennedy <toddke@google.com> Add support for UIDPLUS capability

When copying messages between mailboxes using standard IMAP, we must perform
a QUERY or FETCH in order to determine the new message UID. However, if the
server supports the UIDPLUS capability, the server will return the new UID
as part of the response to the "UID COPY" command.

This is the first of a couple modifications. We still need to fallback to a
less efficient QUERY/FETCH if the server does not support UIDPLUS.

bug 4092301

Change-Id: I9279f7fd70daf85adba3b3e202c12d67ddf91f22
/packages/apps/Email/tests/src/com/android/email/mail/store/imap/ImapUtilityTests.java