History log of /packages/apps/Email/res/xml/providers.xml
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0c4f45e854b2c98c57ae10ba7533c2a45226e819 08-Aug-2014 Tony Mantler <nicoya@google.com> Add chromium.org to providers.xml

Change-Id: Iea88c59bcd883e7d06b3e55dcd3edb74e3c5a324
/packages/apps/Email/res/xml/providers.xml
751da261722f6b8964c9a4f4b198aeb730addb50 31-Jul-2014 Tony Mantler <nicoya@google.com> Add Exchange fallback and support diverting to Gmail

b/16679701

Change-Id: I59d7cb4a803f0ad8e782614d0c6cc635318d2375
(cherry picked from commit d039322f7402ef402eb66c92b899510dd6649e2d)
/packages/apps/Email/res/xml/providers.xml
04ad7faefbed0c25bebc2b2529d1659a4c439258 01-Mar-2014 Tony Mantler <nicoya@google.com> Add iCloud.com entries to providers.xml

b/13249151

Change-Id: Ia741f6b2cad4b205bc2c95e823b35be72df63de4
/packages/apps/Email/res/xml/providers.xml
3794d1f9f7464efb71e5a0bf3588c4971dbb96c7 11-Oct-2013 Yu Ping Hu <yph@google.com> Update provider configuration for BT domains.

Bug: 11183952
Change-Id: I2f6116cf288f960448efa9ac66352210b042031b
/packages/apps/Email/res/xml/providers.xml
99e3ee7c970c9b479b20f727e9e0f1228113e701 14-Sep-2013 Tony Mantler <nicoya@google.com> Add mail.ru to providers.xml

b/9862569

Change-Id: If95d0c4a4f0173dba5c7739a038db96e9f671af3
/packages/apps/Email/res/xml/providers.xml
7f4bc353faabdeaf981c1d05ad6bef38ad2cbf14 02-Feb-2012 Tomasz Potega <tomasz.potega@gmail.com> Updated account access settings for Wirtualna Polska

See:

http://poczta.wp.pl/info-pomoc-konfig.html?action=more&id=161

SSL encryption on by default, IMAP access.

Change-Id: I60d4f264a50e8f2c501493c64ef5e631a690073b
Signed-off-by: Tomasz Potega <tomasz.potega@gmail.com>
/packages/apps/Email/res/xml/providers.xml
642c6775ded9b9c4a9db6411612da0a5095d14b1 24-May-2013 Andrew Sapperstein <asapperstein@google.com> Delete build directory.

To streamline our build, I've gone through
and eliminated the redundant build directory.
Strings in build/res have been moved into the
regular res/ directory and the Android.mk
file has been updated to no longer use the
non-existent build directory at all. Fixes b/9105428.

Change-Id: I93288068dceb13ad0a9a5396eb88335e3ecd65f1
/packages/apps/Email/res/xml/providers.xml
e714bb9d153cfe13a7f0932e7d67ea08fa5a1d98 23-Aug-2012 Marc Blank <mblank@google.com> Convert authorities, intents, and account manager types

* Tested ok on wiped Nexus
* Tested ok on S3
* Upgrade verified on Nexus

Change-Id: If5d4ce594f8a309cdb59589d10b1d33f3b79326c
/packages/apps/Email/res/xml/providers.xml
26b1e9d944f8eae85cebf74ecfaac303427ecf32 03-Aug-2012 Marc Blank <mblank@google.com> Add laposte.net to providers.xml

* At the request of Samsung and Laposte (France)

Bug: 6889030

Change-Id: Ib1da3c2527b69d9ca1d8d0a62f626f2ec79ea817
/packages/apps/Email/res/xml/providers.xml
3a83ec1cf85a52741144b102b6b8f29cae4f7591 01-Aug-2012 Marc Blank <mblank@google.com> Don't save connection manager for autodiscover/validation

* Also add outlook.com to providers file

Change-Id: I2c334d1307b84899c3b64bd0c3f0cd92c190576e
/packages/apps/Email/res/xml/providers.xml
c6089bc01f2ae49fb11904a4b4f222811358254f 29-Jun-2012 Marc Blank <mblank@google.com> Initial Imap2 implementation

This CL includes the following:
* New Imap2.apk generation (not included in builds)
* "Push IMAP" option for accounts when Imap2.apk present
* Account creation/setup
* 2-way sync of messages, deletions, flag updates
* Push (messages, flags)
* Folder list hierarchy handling
* Message text (one plain or html part)
* Picker UI for trash folder (placeholder)
* Capabilities handling/UI command

Major Imap2 new features:
* Push
* Multiple folder sync
* Sync window (like EAS)

TODO:
* Picker UI for sent folder
* Upload of sent messages to server
* Search
* Multiple viewable parts
* Probably lots more, incl. unit tests

Change-Id: Ia5d74073d9c307e0bdae72a7f76b27140dde7d14
/packages/apps/Email/res/xml/providers.xml
1b65e834c3d3281de9e0eb74e04def6ded8baa14 15-Sep-2011 Marc Blank <mblank@google.com> Allow multiple wildcards in providers.xml; add hotmail domains

* Change handling of the providers.xml file to allow asterisk
as a placeholder for an individual domain name part
(the previous behavior was a very greedy wildcard)
* Add hotmail aliases using the new scheme
* Update unit tests

Bug: 5318329
Change-Id: I73a0dfcb956830b18c5460a1b3ddfc58459d08c9
/packages/apps/Email/res/xml/providers.xml
00b4e00944b15af888970d24aaf6efed500dc090 29-Mar-2011 Todd Kennedy <toddke@google.com> Fix typos in providers.xml

bug 4090086

Change-Id: I257410357306495f842a02a94337c5e554d08ed5
/packages/apps/Email/res/xml/providers.xml
5e4f1c38724927d7d41713e9e9ff073041d92d73 29-Mar-2011 Todd Kennedy <toddke@google.com> Allow globals in the providers.xml

There are two ways globals can be specified. There can be only one global
character ['*'] and/or multiple wildcard characters ['?']. The global
will match zero or more characters. The wildcard will match any character.

bug 4090086

Change-Id: I07e3edebd1fe989094c68cf047ce5bc9fb91aba0
/packages/apps/Email/res/xml/providers.xml
08534762bdded437a7fa0e5e422d311c414e0621 29-Mar-2011 Todd Kennedy <toddke@google.com> Allow globals in the providers.xml

We now allow a single global character ['*'] to be specified somewhere in
the domain attribute. Additionally, we will replace the string "$domain"
with the matched domain in all attributes -- user name, password and URIs.

bug 4090086

Change-Id: I46a637ed364c1a079e1230fa22393a1bac059b1f
/packages/apps/Email/res/xml/providers.xml
36e6f4931ef553a3c1d6bf6a9362cf3d73acba4f 15-Mar-2011 Andy Stadler <stadler@google.com> Add 55 roadrunner email setups

Bug: 4086524
Change-Id: I8d7758d3720e45515abae1d071a8b149ac63a4ce
/packages/apps/Email/res/xml/providers.xml
fb4bc094280c6bb1d827d1da14e846a0dae19f5c 10-Jan-2011 Marc Blank <mblank@google.com> Remove STOPSHIP from providers.xml

Bug: 3335087
Change-Id: Id7172370ecdaf61e6ff08ca50e618bab3d2597de
/packages/apps/Email/res/xml/providers.xml
49fac404e4690c5812c91edd1596b6766dec67a4 20-Nov-2010 Andy Stadler <stadler@google.com> resolved conflicts for merge of 7af8cc5e to master

Change-Id: Ie7364895effcf63b0716682fe6ac24926d1e1da1
25d4fa0269b8fda958d7c643cc0c235c3d9abaec 09-Nov-2010 Kristopher Giesing <kgiesing@yahoo-inc.com> Added/updated provider settings for Yahoo-related mail domains.

Specifically, added configuration settings for international Yahoo
domains (e.g. yahoo.ca, yahoo.de, yahoo.fr, etc), including partially
or wholly owned Yahoo subsidiaries; as well as partner domains from AT&T,
British Telecom, and Rogers whose email services are managed by Yahoo.

For domains supporting IMAP, changed to IMAP+SSL for mail handling to
support a better user experience on mobile devices.

Change-Id: If5bdc70f70820f3f8aada6d2ee9b0cdb115432b5
/packages/apps/Email/res/xml/providers.xml
34d0de940ba0e9bf95ad96cc6c9a50ba4a2691ec 05-Nov-2010 Andrew Stadler <stadler@android.com> Add YMail and RocketMail, tighten security, cleanup

* Add Ymail and RocketMail as generic yahoo-based email providers
* Add SSL to AOL & AIM
* Remove trustallcertificates from mac.com / me.com
* Minor reorganization to group shared providers together

Bug: 2508590
Change-Id: I7e80aaa587609f95c09e4395055bf515ec43e35e
/packages/apps/Email/res/xml/providers.xml
4afdd19e20e99e60ef98f5239c91c0d1f848c324 29-Oct-2010 Marc Blank <mblank@google.com> Support EAS in providers.xml files

Bug: 2962123

Change-Id: I661c52afcf36e337e29bb10fd878196a3b0147ae
/packages/apps/Email/res/xml/providers.xml
641a47a283a45c61bf3f708b40839f44ae55e79d 30-Aug-2010 Sang-il, Lee <gendoh@google.com> Add mail providers in Korea

Change-Id: I29ad538edc1f696583a30005a6e81e8e49dab215
/packages/apps/Email/res/xml/providers.xml
09fd4d0a181db511a07950f52ad56cc6e686356b 10-Aug-2010 Marc Blank <mblank@google.com> New asynchronous attachment loading code

* Create AttachmentDownloadService to manage all attachment downloads
1) User requested
2) Required for email forwarding
3) Opportunistic downloads to enhance offline use
* New attachment related UI (pending UX approval, of course)
1) MessageView (attachment actions, progress bar, etc.)
2) MessageCompose (attachments for forwarded messages)
3) Associated toasts, notifications, etc.

TODO:
* Unit tests
* Cache Management (separate CL)

Change-Id: I7864a5fb1c3f4f2be68d98341a971edc6cbacfe1
/packages/apps/Email/res/xml/providers.xml
e4a7cc440f081ef9c4375a2bd2f82680cc11b152 30-Sep-2009 Andrew Stadler <stadler@android.com> Re-enable modernized version of "optional" SSL/TLS

* Add "Accept all certificates" modes to incoming/outgoing secure choices
* Change URI scheme slightly to make "trust" a flag, not part of the
protocol.
* Change Stores to know about new URI scheme
* Slightly rework Transport API to make "trust" an independent flag
* Adapt HostAuth to handle new Uri scheme
* Remove the old ambiguous "optional" code, which was allowing
some unsigned certificates, but was *also* allowing TLS to
optionally start (though not SSL, despite the UI strings.)
* Add a few unit tests to EmailContent
* Add logging and a bunch of comments to TrustManagerFactory, and a bit
of simple cleanup to make it more readable.
* Add missing conversion of SSLException->CertificateValidationException
in TLS so we get the correct certificate errors from TLS too.
* Re-enable TLS for mac.com accounts (which had a certificate problem)

Fixes bug http://b/2119755, http://b/1374780, and probably a raft of
earlier and/or external bugs about certificate problems.

Change-Id: Iaf99a8da3eaadaa4cdeec224737838b5d6813e55
/packages/apps/Email/res/xml/providers.xml
8b91975fa5237652ba93a6deb721d2115e2e1262 18-Sep-2009 Andrew Stadler <stadler@android.com> Clean up transport encryption & port options

* Remove SSL-Optional and TLS-Optional choices from UI
* Remove SSL-Optional and TLS-Optional choices from providers.xml
* Switch over most SMTP connections from 25 to 587
* Clean up the providers list which has a lot of "optional" cases
that were probably falling back to unencrypted.

Fixes bugs:
2110243 Settings UI shouldn't offer SSL/TLS (if available) options
2089070 Update list of providers

Change-Id: I57be57b349eed33a5284121d904528279a36a91c
/packages/apps/Email/res/xml/providers.xml
9aced6c76beb95d09c5cf31653e92ccc75b2c7ab 01-Aug-2009 Andrew Stadler <stadler@android.com> Add cox.net email addresses to automatic setup list.

http://b/issue?id=1942352
/packages/apps/Email/res/xml/providers.xml
543b50d71794ea2baa1d0ff21b494d225b1a14a0 30-Jun-2009 Mihai Preda <preda@google.com> Revert "Add Cox email server information."

This reverts commit f6ab8aaec8be119af1f3d1bc7e427959cfc0841d.

Revert because TMO IPs are rejecteb by Cox SMPT server for
spam reasons (spamhouse filtering).

Revert while waiting for a solution to be found by TMO/Cox.
/packages/apps/Email/res/xml/providers.xml
f6ab8aaec8be119af1f3d1bc7e427959cfc0841d 25-Jun-2009 Mihai Preda <preda@google.com> Add Cox email server information.

Bug 1942352.
/packages/apps/Email/res/xml/providers.xml
96c5af40d639d629267794f4f0338a267ff94ce5 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Email/res/xml/providers.xml
8c2158a5ebb88e226c23b66ff95910158a2727df 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Email/res/xml/providers.xml
f7ae27b973c7a93cd5fb8432940179f6b76a9548 11-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@130745
/packages/apps/Email/res/xml/providers.xml
be72b1d08af5851ba79651671df8c8b750e35f73 22-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@127436
/packages/apps/Email/res/xml/providers.xml
687f9962d7095e18ef994cd0e64337f02ed1a5bd 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/packages/apps/Email/res/xml/providers.xml
8978aac1977408b05e386ae846c30920c7faa0a6 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/packages/apps/Email/res/xml/providers.xml