Browse Source

Added disroot.org

Closes #42
main
M66B 6 years ago
parent
commit
c8e9a69a91
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

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

Loading…
Cancel
Save