mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
Fix support for Yandex on a custom domain #1337
This commit is contained in:
parent
8945c5188e
commit
bf651e74ed
2 changed files with 5 additions and 2 deletions
|
@ -1070,6 +1070,9 @@
|
|||
"ssl": true
|
||||
}]
|
||||
},
|
||||
"mx-match": [
|
||||
"mx\\.yandex\\.net(\\.)?"
|
||||
],
|
||||
"domain-match": [
|
||||
"yandex\\.ru",
|
||||
"yandex\\.ua",
|
||||
|
|
|
@ -6428,10 +6428,10 @@
|
|||
"imap_host": "imap.yandex.ru",
|
||||
"imap_port": "993",
|
||||
"imap_security": "SSL / TLS",
|
||||
"imap_user_format": "email-without-domain",
|
||||
"imap_user_format": "email",
|
||||
"smtp_host": "smtp.yandex.ru",
|
||||
"smtp_port": "465",
|
||||
"smtp_security": "SSL / TLS",
|
||||
"smtp_user_format": "email-without-domain"
|
||||
"smtp_user_format": "email"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue