Browse Source

Added provider mailbox.org

main
M66B 6 years ago
parent
commit
2597b5e825
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      app/src/main/res/xml/providers.xml

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

@ -18,4 +18,13 @@
port="587"
starttls="true" />
</provider>
<provider name="mailbox.org">
<imap
host="imap.mailbox.org"
port="993" />
<smtp
host="smtp.mailbox.org"
port="465"
starttls="false" />
</provider>
</providers>

Loading…
Cancel
Save