• Home
  • History
  • Annotate
  • only in /packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
History log of /packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3f51d09afa61649a1bcf02599bc1df5aafccf088 26-Mar-2015 Nancy Chen <nancychen@google.com> Download all message metadata from server.

When a new SIM is inserted, the following should happen:
1. All local data is synced up to the server
2. All local data is wiped
3. All non-deleted voicemail metadata is downloaded from the server
(this means that there is enough information to create entries for the
voicemails but not that the content/audio files are downloaded).

Also added back LogUtils in all the e-mail library code (everything
under com.android.phone.common.mail).

All newly added files are direct copies except for "Flag" (including
refactorings of the files that use "Flag", converting enums into static
strings) and Utility (which selects only the necessary utility
functions). Note that this means that some of the files have dead code
in them--so later CLs will remove the excess weighte

Bug: 19236241

Change-Id: Ibc49c96667db8ec0de2ab52bdd82bfd0f6993135
mapConstants.java
mapResponseParser.java
mapTempFileLiteral.java
mapUtility.java
c1fb661a75ae4f16d91289d2dd7addcac223594e 25-Mar-2015 Nancy Chen <nancychen@google.com> Sync read and deleted messages with the imap server.

When messages are read or deleted locally, alert the IMAP server to the
changes.

Bug: 19236241

Change-Id: I7f4440aa541511f0f7c5c763c9c695ad64eba103
mapConstants.java
mapElement.java
mapList.java
mapMemoryLiteral.java
mapResponse.java
mapResponseParser.java
mapSimpleString.java
mapString.java
mapTempFileLiteral.java
mapUtility.java