Provider configuration for outlook, yahoo, gmx

Use the defautl configuration for Outlook, Yahoo and GMX
on all regional variants, rather than just `.com`.

Bug: 18027714 The default configuration for outlook.fr is not correct
Bug: 17156903 Update providers.xml with more up-to-date data
Change-Id: I88b5a3d5e467eb0fc40e398264478fe0a24c33ee
This commit is contained in:
Régis Décamps 2014-10-17 14:18:48 +02:00
parent f61e098a41
commit d7192f0213
1 changed files with 7 additions and 3 deletions

View File

@ -237,7 +237,7 @@
<incoming-fallback uri="imap+ssl+://imap-mail.outlook.com" username="$email" />
<outgoing-fallback uri="smtp+tls+://smtp-mail.outlook.com" username="$email" />
</provider>
<provider id="outlook" label="Outlook" domain="outlook.com">
<provider id="outlook" label="Outlook" domain="outlook.*">
<incoming uri="eas+ssl+://m.hotmail.com" username="$email" />
<outgoing uri="eas+ssl+://m.hotmail.com" username="$email" />
<incoming-fallback uri="imap+ssl+://imap-mail.outlook.com" username="$email" />
@ -245,7 +245,11 @@
</provider>
<!-- Yahoo! Mail variants -->
<provider id="yahoo" label="Yahoo!" domain="yahoo.com">
<provider id="yahoo" label="Yahoo!" domain="yahoo.*">
<incoming uri="imap+ssl+://android.imap.mail.yahoo.com" username="$email" />
<outgoing uri="smtp+ssl+://android.smtp.mail.yahoo.com" username="$email" />
</provider>
<provider id="yahoo1" label="Yahoo!" domain="yahoo.*.*">
<incoming uri="imap+ssl+://android.imap.mail.yahoo.com" username="$email" />
<outgoing uri="smtp+ssl+://android.smtp.mail.yahoo.com" username="$email" />
</provider>
@ -357,7 +361,7 @@
<incoming uri="pop3://mx.freenet.de" username="$user" />
<outgoing uri="smtp+ssl://mx.freenet.de" username="$email" />
</provider>
<provider id="gmx" label="GMX" domain="gmx.de">
<provider id="gmx" label="GMX" domain="gmx.*">
<incoming uri="pop3://pop.gmx.net" username="$email" />
<outgoing uri="smtp://mail.gmx.net" username="$email" />
</provider>