History log of /packages/apps/Email/emailcommon/src/com/android/emailcommon/VendorPolicyLoader.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d039322f7402ef402eb66c92b899510dd6649e2d 31-Jul-2014 Tony Mantler <nicoya@google.com> Add Exchange fallback and support diverting to Gmail

b/16679701

Change-Id: I59d7cb4a803f0ad8e782614d0c6cc635318d2375
/packages/apps/Email/emailcommon/src/com/android/emailcommon/VendorPolicyLoader.java
b174976d594501cd6c2fe4b1327dddcc77d3088c 05-Dec-2013 Jerry Xie <jjx@google.com> Merge "Get Email units to compile" into ub-mail-master
17d3a29c9d8f7a27c463239f190bdcc4e0804527 27-Nov-2013 Jerry Xie <jjx@google.com> Get Email units to compile

Change-Id: I171a0e2421c5006d9862ad94f886932146547020
/packages/apps/Email/emailcommon/src/com/android/emailcommon/VendorPolicyLoader.java
e62688f0d67edd7119e82a5cbfe6b8815721df2f 03-Dec-2013 Martin Hibdon <mhibdon@google.com> Add configuration for oauth providers

There is now an xml file that holds parameters for oauth
providers, and entries in providers.xml can specify that
they can use oauth.

Change-Id: Ibce5b207f83ce9c773f8f713be9e73bb068070ed
/packages/apps/Email/emailcommon/src/com/android/emailcommon/VendorPolicyLoader.java
560bfadc3151f7a06f3b06e9a6c92cfa534c63ec 26-May-2013 Scott Kennedy <skennedy@google.com> Unify LogTag

There is now only one LogTag class. The static initializer of
GmailApplication (existing) and EmailApplication (new) will now set
the log tag to "Gmail" and "Email", respectively. Up until that code
is run, it will be "UnifiedEmail".

"setprop log.tag.Gmail VERBOSE" (or .Email) will trigger all logs to
be printed as long as they go through LogUtils, regardless of what tag
is used by that individual log. This lets us still turn on logging
everywhere in one command, but also lets us use more descriptive tags
(like the class name).

And since we no longer have three com.android.mail.utils.LogTag
classes, builds will be much easier.

Also, we now use LogUtils everywhere.

Change-Id: I55f1c7a66ce50ead54877a13e40256422a56dc39
/packages/apps/Email/emailcommon/src/com/android/emailcommon/VendorPolicyLoader.java
c6089bc01f2ae49fb11904a4b4f222811358254f 29-Jun-2012 Marc Blank <mblank@google.com> Initial Imap2 implementation

This CL includes the following:
* New Imap2.apk generation (not included in builds)
* "Push IMAP" option for accounts when Imap2.apk present
* Account creation/setup
* 2-way sync of messages, deletions, flag updates
* Push (messages, flags)
* Folder list hierarchy handling
* Message text (one plain or html part)
* Picker UI for trash folder (placeholder)
* Capabilities handling/UI command

Major Imap2 new features:
* Push
* Multiple folder sync
* Sync window (like EAS)

TODO:
* Picker UI for sent folder
* Upload of sent messages to server
* Search
* Multiple viewable parts
* Probably lots more, incl. unit tests

Change-Id: Ia5d74073d9c307e0bdae72a7f76b27140dde7d14
/packages/apps/Email/emailcommon/src/com/android/emailcommon/VendorPolicyLoader.java