mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-15 22:15:15 -05:00
Merge pull request #361 from aatdark/aatdark_issue5876
Add SSL required for provider gmx.de (Issue 5876)
This commit is contained in:
commit
5ee1ec770d
@ -224,8 +224,8 @@
|
||||
<outgoing uri="smtp+ssl://mx.freenet.de" username="$email" />
|
||||
</provider>
|
||||
<provider id="gmx" label="GMX" domain="gmx.de">
|
||||
<incoming uri="pop3://pop.gmx.net" username="$email" />
|
||||
<outgoing uri="smtp://mail.gmx.net" username="$email" />
|
||||
<incoming uri="pop3+ssl+://pop.gmx.net" username="$email" />
|
||||
<outgoing uri="smtp+ssl+://mail.gmx.net" username="$email" />
|
||||
</provider>
|
||||
<provider id="T-Online" label="T-Online" domain="t-online.de">
|
||||
<incoming uri="pop3://popmail.t-online.de" username="$email" />
|
||||
|
Loading…
Reference in New Issue
Block a user