Merge pull request #163 from minusf/runbox_provider

add provider Runbox.com
This commit is contained in:
Marcel Bokhorst 2019-10-19 20:06:41 +02:00 committed by GitHub
commit 23f41be926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -348,4 +348,16 @@
port="465"
starttls="false" />
</provider>
<provider
name="Runbox"
link="https://help.runbox.com/email-program-settings/">
<imap
host="imap.runbox.com"
port="993"
starttls="false" />
<smtp
host="mail.runbox.com"
port="465"
starttls="false" />
</provider>
</providers>