replicant-packages_apps_Email/src/com/android/email/mail
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
..
exchange Various EAS related changes related to accounts and services. 2009-07-13 19:10:08 -07:00
internet Refactored EmailStore, EmailContent, EmailProvider 2009-06-15 14:49:11 -07:00
store Various EAS related changes related to accounts and services. 2009-07-13 19:10:08 -07:00
transport Fix the java.lang.StringIndexOutOfBoundsException that occurs when an SMTP server closes the connection early or returns an empty line. 2009-05-22 11:48:14 -07:00
Address.java Implement efficient Address pack/unpack and unit-test it. 2009-07-08 12:07:58 -07:00
AuthenticationFailedException.java Initial submission for EAS support (email) 2009-06-23 13:13:42 -07:00
Body.java auto import from //depot/cupcake/@135843 2009-03-03 19:32:22 -08:00
BodyPart.java auto import from //depot/cupcake/@135843 2009-03-03 19:32:22 -08:00
CertificateValidationException.java auto import from //depot/cupcake/@135843 2009-03-03 19:32:22 -08:00
FetchProfile.java auto import from //depot/cupcake/@135843 2009-03-03 19:32:22 -08:00
Flag.java AI 147401: Redo the implementation of store-specific flags to allow 2009-04-22 13:49:57 -07:00
Folder.java AI 148334: Provide a new entry in MessageUpdateCallbacks by which the store can 2009-05-05 16:36:31 -07:00
Message.java AI 147401: Redo the implementation of store-specific flags to allow 2009-04-22 13:49:57 -07:00
MessageDateComparator.java auto import from //depot/cupcake/@135843 2009-03-03 19:32:22 -08:00
MessageRetrievalListener.java auto import from //depot/cupcake/@135843 2009-03-03 19:32:22 -08:00
MessagingException.java Major refactor and cleanup of EAS code 2009-07-07 00:30:24 -07:00
Multipart.java auto import from //depot/cupcake/@135843 2009-03-03 19:32:22 -08:00
NoSuchProviderException.java auto import from //depot/cupcake/@135843 2009-03-03 19:32:22 -08:00
Part.java AI 149328: Add extended header support to MimeMessage, MimeBodyPart, and LocalStore. 2009-05-27 19:03:34 -07:00
Sender.java AI 144520: General cleanup after the integrations in CL 143018. Some spelling 2009-04-03 15:40:49 -07:00
Store.java Review Email tests annotations (small/medium/large) and change some annotations based on time. 2009-06-18 12:16:28 -07:00
StoreSynchronizer.java Fix ConcurrentModificationException in MessagingController. 2009-06-30 11:22:43 -07:00
Transport.java auto import from //depot/cupcake/@135843 2009-03-03 19:32:22 -08:00