replicant-packages_apps_Email/src/com/android/email/mail
Martin Hibdon 1d8fd9c054 Add communication class for HostAuth
We want a separate class for communicating HostAuth objects
to and from IEmailService. The issue is that the HostAuth object
was being used for both to and from the database, and to and from
IEmailService. This is dangerous because The Email app may change
out of band with the Exchange app, and may need to change the
format of HostAuth. This bit us before when adding OAuth.
Now communication to IEmailService is done using HostAuthCompat.

Change-Id: I2fb8c2bd8158f58a7bb9bc3dc83a7936948c718c
2014-07-07 15:08:52 -07:00
..
internet Fix OAuth when changing credentials from settings 2014-06-09 15:28:11 -07:00
store Add communication class for HostAuth 2014-07-07 15:08:52 -07:00
transport Fix some STOPSHIP logging 2014-05-05 13:04:19 -07:00
Sender.java Merge setup fragments under a single activity 2014-02-26 13:47:41 -08:00
Store.java Fix OAuth when changing credentials from settings 2014-06-09 15:28:11 -07:00