Browse Source

Merge pull request #30 from StoyanDimitrov/patch-2

Add GMX to providers
main
Marcel Bokhorst 6 years ago
committed by GitHub
parent
commit
8bcd9c6205
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 1 deletions
  1. +10
    -1
      app/src/main/res/xml/providers.xml

+ 10
- 1
app/src/main/res/xml/providers.xml View File

@ -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>

Loading…
Cancel
Save