aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources/providers.json
diff options
context:
space:
mode:
Diffstat (limited to 'resources/providers.json')
-rw-r--r--resources/providers.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/resources/providers.json b/resources/providers.json
index 8d05c0eb..a55b0b77 100644
--- a/resources/providers.json
+++ b/resources/providers.json
@@ -1130,6 +1130,18 @@
},
"comcast": {
"servers": {
+ "imap": [
+ {
+ "port": 993,
+ "hostname":"imap.comcast.net",
+ "ssl": true
+ },
+ {
+ "port": 143,
+ "hostname":"imap.comcast.net",
+ "starttls": true
+ }
+ ],
"pop": [
{
"port": 995,