Merge branch 'master' of github.com:M66B/open-source-email

This commit is contained in:
M66B 2018-08-10 19:35:34 +00:00
commit 7860d1bd43
1 changed files with 10 additions and 1 deletions

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>