e4cd885ec42d8f2f642b1b8c9b2740ca666b6075 |
|
19-Mar-2010 |
Marc Blank <mblank@google.com> |
Handle EAS versions better * Properly parse the server's supported versions * Choose the highest server version that we support * Fail with MessagingException if we don't support any server versions Bug: 2527408 Change-Id: I0a2822c8fab31a65c8fea9b78b4a8c23df1804a3
/packages/apps/Email/src/com/android/email/mail/MessagingException.java
|
a1550678af6a22a18ac0c9066105e1f101a545a5 |
|
05-Feb-2010 |
Andrew Stadler <stadler@android.com> |
Integrate policies into account setup process * Rename SECURITY_POLICIES_REQUIRED to SECURITY_POLICIES_UNSUPPORTED * Create new pathway for SECURITY_POLICIES_REQUIRED, making it advisory * Cleaned up strings for account setup error dialogs * Refactored AccountSetupExchange.onActivityResult() to split up the three primary use cases, making them more readable. * Always finish() in AcccountSetupAccountScreen, because it's usually cleaner to return to the previous screen (enter username & password).
/packages/apps/Email/src/com/android/email/mail/MessagingException.java
|
29935abb1cbb64ffa232daefeaae7ecc4541722b |
|
10-Nov-2009 |
Marc Blank <mblank@google.com> |
Fix #2251837; better response when provisioning is required. * Currently, we validate EAS accounts using a command that will succeed even if we do not support required security policies. * This causes a confusing "invalid username or password" error when trying to sync with a validated account in the case that there are, in fact, required policies * The fix is to send a sync command after validating the user name and password; a 403 error indicates the requirement for security policies. * When we see the 403 error, we put up a message that is appropriate to the situation. Change-Id: Ic40820253dca1f357297b2355ad987bc39d0775f
/packages/apps/Email/src/com/android/email/mail/MessagingException.java
|
b6493a07ef625c0e290890c2e60256b47a066e5e |
|
05-Jul-2009 |
Marc Blank <mblank@google.com> |
Major refactor and cleanup of EAS code * Rewrote push logic to encompass multiple folders (i.e. calendar/contacts) * Change inbox from push frequency to ping frequency after initial sync * Implement upsync logic for email (i.e. sending changes to the server) * Did cleanup of some files (there's still some to do) re: format, style * Initial one-way sync of Contacts data - add and delete are implemented * Created adapter package for all parts of the EAS adapter * Created utility package for utility code that will eventually be merged with code in the Email application (Base64, QuotedPrintable, etc.) * SyncManager/AbstractSyncService can be used in the future for other protocols, especially IMAP push
/packages/apps/Email/src/com/android/email/mail/MessagingException.java
|
2c67f1f8b869454ed24c0ac3c813aca26d2f3978 |
|
16-Jun-2009 |
Marc Blank <mblank@google.com> |
Initial submission for EAS support (email) * There is some temporary code ensuring that SyncManager runs (this will be removed when Exchange is entirely independent) * The service interface (aidl) is in place for most user-facing actions (load more, start sync, etc.) * EAS account validation is done via aidl * Folder and message sync appear to be functional in this early submission * Provider now does cascading deletes (Account -> HostAuth and Mailbox, Mailbox -> Message, Message -> Attachment and Body)
/packages/apps/Email/src/com/android/email/mail/MessagingException.java
|
96c5af40d639d629267794f4f0338a267ff94ce5 |
|
04-Mar-2009 |
The Android Open Source Project <initial-contribution@android.com> |
auto import from //depot/cupcake/@135843
/packages/apps/Email/src/com/android/email/mail/MessagingException.java
|
8c2158a5ebb88e226c23b66ff95910158a2727df |
|
04-Mar-2009 |
The Android Open Source Project <initial-contribution@android.com> |
auto import from //depot/cupcake/@135843
/packages/apps/Email/src/com/android/email/mail/MessagingException.java
|
687f9962d7095e18ef994cd0e64337f02ed1a5bd |
|
18-Dec-2008 |
The Android Open Source Project <initial-contribution@android.com> |
Code drop from //branches/cupcake/...@124589
/packages/apps/Email/src/com/android/email/mail/MessagingException.java
|
8978aac1977408b05e386ae846c30920c7faa0a6 |
|
21-Oct-2008 |
The Android Open Source Project <initial-contribution@android.com> |
Initial Contribution
/packages/apps/Email/src/com/android/email/mail/MessagingException.java
|