Browse Source
Add GMX to providers
Tested in the application.
main
StoyanDimitrov
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> |