From e6b4597d3bbff232e63f50942318f2b4d3523b1b Mon Sep 17 00:00:00 2001 From: Florian Bürger Date: Tue, 13 Feb 2018 05:38:36 +0000 Subject: Fix Fastmail servers (#1701) According to their documentation here https://www.fastmail.com/help/technical/servernamesandports.html?u=9e2140bd#email --- resources/providers.json | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/resources/providers.json b/resources/providers.json index bc469987..4dbf5ca4 100644 --- a/resources/providers.json +++ b/resources/providers.json @@ -593,30 +593,15 @@ "imap": [ { "port": 993, - "hostname": "mail.messagingengine.com", + "hostname": "imap.fastmail.com", "ssl": true - }, - { - "port": 143, - "hostname": "mail.messagingengine.com", - "starttls": true } ], "smtp": [ - { - "port": 587, - "hostname": "mail.messagingengine.com", - "starttls": true - }, { "port": 465, - "hostname": "mail.messagingengine.com", + "hostname": "smtp.fastmail.com", "ssl": true - }, - { - "port": 25, - "hostname - 2": "mail.messagingengine.com", - "starttls": true } ] }, @@ -1417,4 +1402,4 @@ "trash": "Deleted Items" } } -} \ No newline at end of file +} -- cgit v1.2.3