Merge pull request #188 from dzan/add_outlook_com_domain
Add the new outlook.com domain to our list of preconfigured domains.
This commit is contained in:
commit
bdab529c9a
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue