Browse Source

Added provider 1und1.de

main
M66B 5 years ago
parent
commit
cca96106cd
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      app/src/main/res/xml/providers.xml

+ 11
- 0
app/src/main/res/xml/providers.xml View File

@ -187,4 +187,15 @@
port="465"
starttls="false" />
</provider>
<provider
name="1und1.de"
link="https://hilfe.webmailer.1und1.de/mailprogramme/imap.html">
<imap
host="imap.1und1.de"
port="993" />
<smtp
host="smtp.1und1.de"
port="465"
starttls="false" />
</provider>
</providers>

Loading…
Cancel
Save