mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-15 05:55:06 -05:00
Add the new outlook.com domain to our list of preconfigured domains.
This commit is contained in:
parent
03db11f70c
commit
b5a3141fdd
@ -148,6 +148,11 @@
|
||||
<incoming uri="pop3+ssl+://pop3.live.com" username="$email" />
|
||||
<outgoing uri="smtp+tls+://smtp.live.com" username="$email" />
|
||||
</provider>
|
||||
<provider id="outlook" label="Windows Live Outlook" domain="outlook.com"
|
||||
note="@string/provider_note_live">
|
||||
<incoming uri="pop3+ssl+://pop3.live.com" username="$email" />
|
||||
<outgoing uri="smtp+tls+://smtp.live.com" username="$email" />
|
||||
</provider>
|
||||
<provider id="msn" label="Windows Live Hotmail Plus" domain="msn.com"
|
||||
note="@string/provider_note_live">
|
||||
<incoming uri="pop3+ssl+://pop3.live.com" username="$email" />
|
||||
|
Loading…
Reference in New Issue
Block a user