diff options
| author | Marc Blank <mblank@google.com> | 2012-07-18 12:52:40 -0700 |
|---|---|---|
| committer | Marc Blank <mblank@google.com> | 2012-07-19 14:27:17 -0700 |
| commit | a8b683cf3f2efe726220c0235368cf6ea899e3ba (patch) | |
| tree | a7754c9c2ce241521ef57098d357a7f50c9eb086 /res/xml | |
| parent | c992071671248761de44eff048ffb64554a5cb26 (diff) | |
| download | android_packages_apps_Email-a8b683cf3f2efe726220c0235368cf6ea899e3ba.tar.gz android_packages_apps_Email-a8b683cf3f2efe726220c0235368cf6ea899e3ba.tar.bz2 android_packages_apps_Email-a8b683cf3f2efe726220c0235368cf6ea899e3ba.zip | |
More work on Imap2
* Handle sending mail and moving to sent folder
* Implement picker for sent folder
* Upload sent items to server
* Add support for "automatic" sync window
* Move some files from Email -> emailcommon
* The added files are copied directly from Email (and can be
removed if/when Imap2 is merged back with Email)
Change-Id: I3a6a3d224826e547748be2f1b567b6294ad5db89
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/services.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/xml/services.xml b/res/xml/services.xml index e52ea1cf4..f8f6dfd98 100644 --- a/res/xml/services.xml +++ b/res/xml/services.xml @@ -112,6 +112,7 @@ email:syncIntervals="@array/account_settings_check_frequency_values_push" email:defaultSyncInterval="push" + email:offerLookback="true" email:offerTls="true" email:usesSmtp="true" email:offerAttachmentPreload="true" |
