mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-10 15:05:02 +08:00
fix(connection-settings): Update connection settings for fastmail.com
Summary: The previous settings didn't support all operations. Fixes T7450 and T7451. Test Plan: tested locally Reviewers: juan Reviewed By: juan Maniphest Tasks: T7450, T7451 Differential Revision: https://phab.nylas.com/D3626
This commit is contained in:
parent
8680a78949
commit
c9d106f802
1 changed files with 3 additions and 3 deletions
|
@ -148,10 +148,10 @@
|
|||
"occurences": 129
|
||||
},
|
||||
"fastmail.com": {
|
||||
"imap_host": "mail.messagingengine.com",
|
||||
"imap_host": "imap.fastmail.com",
|
||||
"imap_port": "993",
|
||||
"smtp_host": "mail.messagingengine.com",
|
||||
"smtp_port": "587",
|
||||
"smtp_host": "smtp.fastmail.com",
|
||||
"smtp_port": "465",
|
||||
"smtp_user_format": "email",
|
||||
"imap_user_format": "email",
|
||||
"ssl": "1",
|
||||
|
|
Loading…
Reference in a new issue