replicant-packages_apps_Email/src/com/android/email/service
Andrew Stadler 17250429db Various EAS related changes related to accounts and services.
* Renamed ISyncManager/ISyncManagerCallback to IEmailService/IEmailServiceCallback
* Restored ExchangeTransportExample to its original state; created ExchangeStore to
  handle validation functionality instead; updated stores.xml to reflect these changes.
* Add support for AccountManager in EAS code (this is necessary for the contacts and
  calendar providers to work with syncable data); created EasAuthenticatorService to
  as our authenticator, which required adding authenticator.xml and modifying the
  manifest to register our service with AccountManager metadata
* Created EmailServiceProxy as a convenience for the UI in calling into the EAS
  service; created EmailServiceStatus class for status codes in callbacks.
2009-07-13 19:10:08 -07:00
..
BootReceiver.java Initial submission for EAS support (email) 2009-06-23 13:13:42 -07:00
EasAuthenticatorService.java Various EAS related changes related to accounts and services. 2009-07-13 19:10:08 -07:00
EmailServiceProxy.java Various EAS related changes related to accounts and services. 2009-07-13 19:10:08 -07:00
MailService.java Add folders to AccountFolderList 2009-07-10 16:46:51 -07:00