1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-22 07:42:52 +00:00

Added provider mailbox.org

This commit is contained in:
M66B 2018-08-02 21:12:29 +00:00
parent 921b31abec
commit 2597b5e825

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>