Add startmail.com settings #756

This commit is contained in:
Ben Gotow 2018-03-19 17:33:52 -04:00
parent ac3ef9a85c
commit 231b4401e5

View file

@ -1,4 +1,23 @@
{
"startmail.com": {
"display_name": "startmail.com",
"display_short_name": "startmail.com",
"imap_host": "imap.startmail.com",
"imap_port": "993",
"imap_security": "SSL / TLS",
"imap_user_format": "email",
"imap_authentication": [
"password-cleartext"
],
"smtp_host": "smtp.startmail.com",
"smtp_port": "587",
"smtp_security": "STARTTLS",
"smtp_user_format": "email",
"smtp_authentication": [
"password-cleartext"
],
"enable_steps": []
},
"mail.com": {
"display_name": "mail.com",
"display_short_name": "mail.com",