aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--resources/providers.json21
1 files 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
+}