Browse Source
Merge pull request #30 from StoyanDimitrov/patch-2
Add GMX to providers
main
Marcel Bokhorst
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
10 additions and
1 deletions
-
app/src/main/res/xml/providers.xml
|
|
@ -92,4 +92,13 @@ |
|
|
|
port="465" |
|
|
|
starttls="false" /> |
|
|
|
</provider> |
|
|
|
</providers> |
|
|
|
<provider name="gmx.com"> |
|
|
|
<imap |
|
|
|
host="imap.gmx.com" |
|
|
|
port="993" /> |
|
|
|
<smtp |
|
|
|
host="mail.gmx.com" |
|
|
|
port="587" |
|
|
|
starttls="true" /> |
|
|
|
</provider> |
|
|
|
</providers> |