Browse Source

Added provider

main
M66B 5 years ago
parent
commit
0698e9dd6b
2 changed files with 11 additions and 0 deletions
  1. BIN
      .idea/caches/build_file_checksums.ser
  2. +11
    -0
      app/src/main/res/xml/providers.xml

BIN
.idea/caches/build_file_checksums.ser View File


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

@ -132,4 +132,15 @@
port="587"
starttls="true" />
</provider>
<provider
name="Mail.de"
link="https://mail.de/hilfe/pop3-imap-einstellungen">
<imap
host="imap.mail.de"
port="993" />
<smtp
host="smtp.mail.de"
port="465"
starttls="false" />
</provider>
</providers>

Loading…
Cancel
Save