aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2016-05-01 16:16:50 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2016-05-01 16:16:50 -0700
commit7f4125a9f28c9509c7cc2735c844a50e433501b2 (patch)
tree932199dd9aad81fcb278f0c012cc160bac834c0a /resources
parent5a3c5aad08e8f3d4f59cc67e78b6db35c81b2308 (diff)
Fixed providers.json bad JSON syntax
Diffstat (limited to 'resources')
-rw-r--r--resources/providers.json1440
1 files changed, 723 insertions, 717 deletions
diff --git a/resources/providers.json b/resources/providers.json
index 40f7047d..d900a93b 100644
--- a/resources/providers.json
+++ b/resources/providers.json
@@ -1,202 +1,202 @@
{
- "hushmail":{
- "servers":{
- "imap":[
- {
+ "hushmail": {
+ "servers": {
+ "imap": [
+ {
"port": 993,
- "hostname":"imap.hushmail.com",
- "ssl":true
- }
- ],
- "pop":[
- {
- "port": 995,
- "hostname":"pop.hushmail.com",
- "ssl":true
- }
- ],
- "smtp":[
- {
- "port":587,
- "hostname":"smtp.hushmail.com",
- "ssl":true
- },
- {
- "port":465,
- "hostname":"smtp.hushmail.com",
- "ssl":true
- },
- {
- "port":25,
- "hostname":"smtp.hushmail.com",
- "starttls":true
- }
- ]
+ "hostname": "imap.hushmail.com",
+ "ssl": true
+ }
+ ],
+ "pop": [
+ {
+ "port": 995,
+ "hostname": "pop.hushmail.com",
+ "ssl": true
+ }
+ ],
+ "smtp": [
+ {
+ "port": 587,
+ "hostname": "smtp.hushmail.com",
+ "ssl": true
+ },
+ {
+ "port": 465,
+ "hostname": "smtp.hushmail.com",
+ "ssl": true
+ },
+ {
+ "port": 25,
+ "hostname": "smtp.hushmail.com",
+ "starttls": true
+ }
+ ]
},
- "domain-match":[
- "hushmail\\.com"
- ]
+ "domain-match": [
+ "hushmail\\.com"
+ ]
},
- "mail":{
- "servers":{
- "imap":[
- {
+ "mail": {
+ "servers": {
+ "imap": [
+ {
"port": 993,
- "hostname":"imap.mail.com",
- "ssl":true
- }
- ],
- "pop":[
- {
- "port": 995,
- "hostname":"pop.mail.com",
- "ssl":true
- }
- ],
- "smtp":[
- {
- "port":587,
- "hostname":"smtp.mail.com",
- "ssl":true
- },
- {
- "port":465,
- "hostname":"smtp.mail.com",
- "ssl":true
- },
- {
- "port":25,
- "hostname":"smtp.mail.com",
- "ssl":true
- }
- ]
+ "hostname": "imap.mail.com",
+ "ssl": true
+ }
+ ],
+ "pop": [
+ {
+ "port": 995,
+ "hostname": "pop.mail.com",
+ "ssl": true
+ }
+ ],
+ "smtp": [
+ {
+ "port": 587,
+ "hostname": "smtp.mail.com",
+ "ssl": true
+ },
+ {
+ "port": 465,
+ "hostname": "smtp.mail.com",
+ "ssl": true
+ },
+ {
+ "port": 25,
+ "hostname": "smtp.mail.com",
+ "ssl": true
+ }
+ ]
},
- "domain-match":[
- "mail\\.com"
- ]
+ "domain-match": [
+ "mail\\.com"
+ ]
},
- "zoho":{
- "servers":{
- "imap":[
- {
- "port": 993,
- "hostname":"imap.zoho.com",
- "ssl":true
- }
- ],
- "pop":[
- {
- "port": 995,
- "hostname":"pop.zoho.com",
- "ssl":true
- }
- ],
- "smtp":[
- {
- "port":465,
- "hostname":"smtp.zoho.com",
- "ssl":true
- },
- {
- "port":587,
- "hostname":"smtp.zoho.com",
- "starttls":true
- }
- ]
+ "zoho": {
+ "servers": {
+ "imap": [
+ {
+ "port": 993,
+ "hostname": "imap.zoho.com",
+ "ssl": true
+ }
+ ],
+ "pop": [
+ {
+ "port": 995,
+ "hostname": "pop.zoho.com",
+ "ssl": true
+ }
+ ],
+ "smtp": [
+ {
+ "port": 465,
+ "hostname": "smtp.zoho.com",
+ "ssl": true
+ },
+ {
+ "port": 587,
+ "hostname": "smtp.zoho.com",
+ "starttls": true
+ }
+ ]
},
- "domain-match":[
- "zoho\\.com"
- ]
+ "domain-match": [
+ "zoho\\.com"
+ ]
},
- "juno":{
- "servers":{
- "pop":[
- {
- "port": 995,
- "hostname":"pop.juno.com",
- "ssl":true
- }
- ],
- "smtp":[
- {
- "port":465,
- "hostname":"smtp.juno.com",
- "starttls":true
- }
- ]
+ "juno": {
+ "servers": {
+ "pop": [
+ {
+ "port": 995,
+ "hostname": "pop.juno.com",
+ "ssl": true
+ }
+ ],
+ "smtp": [
+ {
+ "port": 465,
+ "hostname": "smtp.juno.com",
+ "starttls": true
+ }
+ ]
},
- "domain-match":[
- "juno\\.com"
- ]
+ "domain-match": [
+ "juno\\.com"
+ ]
},
- "mobileme":{
- "servers":{
- "imap":[
+ "mobileme": {
+ "servers": {
+ "imap": [
{
- "port":993,
- "hostname":"imap.mail.me.com",
- "ssl":true
+ "port": 993,
+ "hostname": "imap.mail.me.com",
+ "ssl": true
},
{
- "port":143,
- "hostname":"imap.mail.me.com",
- "starttls":true
+ "port": 143,
+ "hostname": "imap.mail.me.com",
+ "starttls": true
}
],
- "smtp":[
+ "smtp": [
{
- "port":587,
- "hostname":"smtp.mail.me.com",
- "starttls":true
+ "port": 587,
+ "hostname": "smtp.mail.me.com",
+ "starttls": true
}
]
},
- "domain-match":[
+ "domain-match": [
"me\\.com",
"mac\\.com",
"icloud\\.com"
],
- "mailboxes":{
- "drafts":"Drafts",
- "allmail":"Archive",
- "spam":"Junk",
- "sentmail":"Sent Messages",
- "trash":"Deleted Messages"
+ "mailboxes": {
+ "drafts": "Drafts",
+ "allmail": "Archive",
+ "spam": "Junk",
+ "sentmail": "Sent Messages",
+ "trash": "Deleted Messages"
}
},
- "dreamhost":{
- "servers":{
- "imap":[
+ "dreamhost": {
+ "servers": {
+ "imap": [
{
- "port":993,
- "hostname":"mail.{domain}",
- "ssl":true
+ "port": 993,
+ "hostname": "mail.{domain}",
+ "ssl": true
},
{
- "port":143,
- "hostname":"mail.{domain}",
- "starttls":true
+ "port": 143,
+ "hostname": "mail.{domain}",
+ "starttls": true
}
],
- "smtp":[
+ "smtp": [
{
- "port":465,
- "hostname":"mail.{domain}",
- "ssl":true
+ "port": 465,
+ "hostname": "mail.{domain}",
+ "ssl": true
},
{
- "port":587,
- "hostname":"mail.{domain}",
- "starttls":true
+ "port": 587,
+ "hostname": "mail.{domain}",
+ "starttls": true
},
{
- "port":25,
- "hostname":"mail.{domain}",
- "starttls":true
+ "port": 25,
+ "hostname": "mail.{domain}",
+ "starttls": true
}
]
},
- "mx-match":[
+ "mx-match": [
"mx1\\.sub3\\.homie\\.mail\\.dreamhost\\.com",
"mx2\\.sub3\\.homie\\.mail\\.dreamhost\\.com",
"mx1\\.sub4\\.homie\\.mail\\.dreamhost\\.com",
@@ -206,285 +206,283 @@
"mx1\\.balanced\\.homie\\.mail\\.dreamhost\\.com",
"mx2\\.balanced\\.homie\\.mail\\.dreamhost\\.com"
],
- "mailboxes":{
- "drafts":"Drafts",
- "allmail":"Archive",
- "spam":"Junk",
- "sentmail":"Sent Messages",
- "trash":"Deleted Messages"
+ "mailboxes": {
+ "drafts": "Drafts",
+ "allmail": "Archive",
+ "spam": "Junk",
+ "sentmail": "Sent Messages",
+ "trash": "Deleted Messages"
}
},
- "insecure-default":{
- "servers":{
- "imap":[
+ "insecure-default": {
+ "servers": {
+ "imap": [
{
- "port":143,
- "starttls":true
+ "port": 143,
+ "starttls": true
},
{
- "port":143
+ "port": 143
}
],
- "smtp":[
+ "smtp": [
{
- "port":587,
- "starttls":true
+ "port": 587,
+ "starttls": true
},
{
- "port":25,
- "starttls":true
+ "port": 25,
+ "starttls": true
},
{
- "port":587
+ "port": 587
},
{
- "port":25
+ "port": 25
}
]
},
- "mailboxes":{
- "drafts":"Drafts",
- "allmail":"Archive",
- "spam":"Junk",
- "sentmail":"Sent Messages",
- "trash":"Deleted Messages"
+ "mailboxes": {
+ "drafts": "Drafts",
+ "allmail": "Archive",
+ "spam": "Junk",
+ "sentmail": "Sent Messages",
+ "trash": "Deleted Messages"
}
},
- "euro-apple":{
- "servers":{
- "imap":[
+ "euro-apple": {
+ "servers": {
+ "imap": [
{
- "port":993,
- "hostname":"phonehome.euro.apple.com",
- "ssl":true
+ "port": 993,
+ "hostname": "phonehome.euro.apple.com",
+ "ssl": true
}
],
- "smtp":[
+ "smtp": [
{
- "port":587,
- "hostname":"phonehome.apple.com",
- "starttls":true
+ "port": 587,
+ "hostname": "phonehome.apple.com",
+ "starttls": true
}
]
},
- "domain-match":[
+ "domain-match": [
"euro\\.apple\\.com"
],
- "mailboxes":{
- "drafts":"Drafts",
- "allmail":"Archive",
- "spam":"Junk",
- "sentmail":"Sent Messages",
- "trash":"Deleted Messages"
+ "mailboxes": {
+ "drafts": "Drafts",
+ "allmail": "Archive",
+ "spam": "Junk",
+ "sentmail": "Sent Messages",
+ "trash": "Deleted Messages"
}
},
- "default":{
- "servers":{
- "imap":[
+ "default": {
+ "servers": {
+ "imap": [
{
- "port":993,
- "ssl":true
+ "port": 993,
+ "ssl": true
},
{
- "port":143,
- "starttls":true
+ "port": 143,
+ "starttls": true
}
],
- "smtp":[
+ "smtp": [
{
- "port":465,
- "ssl":true
+ "port": 465,
+ "ssl": true
},
{
- "port":587,
- "starttls":true
+ "port": 587,
+ "starttls": true
},
{
- "port":25,
- "starttls":true
+ "port": 25,
+ "starttls": true
}
]
},
- "mailboxes":{
- "drafts":"Drafts",
- "allmail":"Archive",
- "spam":"Junk",
- "sentmail":"Sent Messages",
- "trash":"Deleted Messages"
+ "mailboxes": {
+ "drafts": "Drafts",
+ "allmail": "Archive",
+ "spam": "Junk",
+ "sentmail": "Sent Messages",
+ "trash": "Deleted Messages"
}
},
- "insecure-fixed-port":{
- "servers":{
- "imap":[
+ "insecure-fixed-port": {
+ "servers": {
+ "imap": [
{
- "starttls":true
+ "starttls": true
},
{
-
}
],
- "smtp":[
+ "smtp": [
{
- "starttls":true
+ "starttls": true
},
{
-
}
]
},
- "mailboxes":{
- "drafts":"Drafts",
- "allmail":"Archive",
- "spam":"Junk",
- "sentmail":"Sent Messages",
- "trash":"Deleted Messages"
+ "mailboxes": {
+ "drafts": "Drafts",
+ "allmail": "Archive",
+ "spam": "Junk",
+ "sentmail": "Sent Messages",
+ "trash": "Deleted Messages"
}
},
- "aol":{
- "servers":{
- "imap":[
+ "aol": {
+ "servers": {
+ "imap": [
{
- "port":993,
- "hostname":"imap.aol.com",
- "ssl":true
+ "port": 993,
+ "hostname": "imap.aol.com",
+ "ssl": true
},
{
- "port":143,
- "hostname":"imap.aol.com",
- "starttls":true
+ "port": 143,
+ "hostname": "imap.aol.com",
+ "starttls": true
}
],
- "smtp":[
+ "smtp": [
{
- "port":587,
- "hostname":"smtp.aol.com",
- "starttls":true
+ "port": 587,
+ "hostname": "smtp.aol.com",
+ "starttls": true
},
{
- "port":465,
- "hostname":"smtp.aol.com",
- "ssl":true
+ "port": 465,
+ "hostname": "smtp.aol.com",
+ "ssl": true
},
{
- "port":25,
- "hostname":"smtp.aol.com",
- "starttls":true
+ "port": 25,
+ "hostname": "smtp.aol.com",
+ "starttls": true
}
]
},
- "domain-match":[
+ "domain-match": [
"aim\\.com",
"aol\\..*",
"jp\\.aol\\.com"
],
- "mailboxes":{
- "drafts":"Drafts",
- "allmail":"Saved",
- "spam":"Spam",
- "sentmail":"Sent",
- "trash":"Trash"
+ "mailboxes": {
+ "drafts": "Drafts",
+ "allmail": "Saved",
+ "spam": "Spam",
+ "sentmail": "Sent",
+ "trash": "Trash"
}
},
- "yahoo.co.jp":{
- "servers":{
- "imap":[
+ "yahoo.co.jp": {
+ "servers": {
+ "imap": [
{
- "port":993,
- "hostname":"imap.mail.yahoo.co.jp",
- "ssl":true
+ "port": 993,
+ "hostname": "imap.mail.yahoo.co.jp",
+ "ssl": true
}
],
- "smtp":[
+ "smtp": [
{
- "port":465,
- "hostname":"smtp.mail.yahoo.co.jp",
- "ssl":true
+ "port": 465,
+ "hostname": "smtp.mail.yahoo.co.jp",
+ "ssl": true
}
]
},
- "domain-match":[
+ "domain-match": [
"yahoo\\.co\\.jp"
],
- "mailboxes":{
- "drafts":"Draft",
- "allmail":"Archive",
- "spam":"Bulk Mail",
- "sentmail":"Sent",
- "trash":"Trash"
+ "mailboxes": {
+ "drafts": "Draft",
+ "allmail": "Archive",
+ "spam": "Bulk Mail",
+ "sentmail": "Sent",
+ "trash": "Trash"
}
},
- "yahoo":{
- "servers":{
- "imap":[
+ "yahoo": {
+ "servers": {
+ "imap": [
{
- "port":993,
- "hostname":"imap.mail.yahoo.com",
- "ssl":true
+ "port": 993,
+ "hostname": "imap.mail.yahoo.com",
+ "ssl": true
},
{
- "port":143,
- "hostname":"imap.mail.yahoo.com",
- "starttls":true
+ "port": 143,
+ "hostname": "imap.mail.yahoo.com",
+ "starttls": true
}
],
- "smtp":[
+ "smtp": [
{
- "port":465,
- "hostname":"smtp.mail.yahoo.com",
- "ssl":true
+ "port": 465,
+ "hostname": "smtp.mail.yahoo.com",
+ "ssl": true
}
]
},
- "mx-match":[
- "mta5\\.am0\\.yahoodns\\.net",
- "mta6\\.am0\\.yahoodns\\.net",
- "mta7\\.am0\\.yahoodns\\.net"
+ "mx-match": [
+ "mta5\\.am0\\.yahoodns\\.net",
+ "mta6\\.am0\\.yahoodns\\.net",
+ "mta7\\.am0\\.yahoodns\\.net"
],
- "domain-match":[
+ "domain-match": [
"yahoo\\..*",
"ymail\\.com",
"rocketmail\\.com",
"xtra\\.co\\.nz"
],
- "domain-exclude":[
+ "domain-exclude": [
"yahoo\\.co\\.jp"
],
- "mailboxes":{
- "drafts":"Draft",
- "allmail":"Archive",
- "spam":"Bulk Mail",
- "sentmail":"Sent",
- "trash":"Trash"
+ "mailboxes": {
+ "drafts": "Draft",
+ "allmail": "Archive",
+ "spam": "Bulk Mail",
+ "sentmail": "Sent",
+ "trash": "Trash"
}
},
- "gmail":{
- "servers":{
- "imap":[
+ "gmail": {
+ "servers": {
+ "imap": [
{
- "port":993,
- "hostname":"imap.gmail.com",
- "ssl":true
+ "port": 993,
+ "hostname": "imap.gmail.com",
+ "ssl": true
}
],
- "smtp":[
+ "smtp": [
{
- "port":587,
- "hostname":"smtp.gmail.com",
- "starttls":true
+ "port": 587,
+ "hostname": "smtp.gmail.com",
+ "starttls": true
},
{
- "port":465,
- "hostname":"smtp.gmail.com",
- "ssl":true
+ "port": 465,
+ "hostname": "smtp.gmail.com",
+ "ssl": true
},
{
- "port":25,
- "hostname":"smtp.gmail.com",
- "starttls":true
+ "port": 25,
+ "hostname": "smtp.gmail.com",
+ "starttls": true
}
]
},
- "mx-match":[
+ "mx-match": [
"aspmx2\\.googlemail\\.com",
"aspmx\\.l\\.google\\.com",
"aspmx3\\.googlemail\\.com",
@@ -496,97 +494,97 @@
"alt4\\.gmail-smtp-in\\.l\\.google\\.com",
"gmail-smtp-in\\.l\\.google\\.com"
],
- "domain-match":[
+ "domain-match": [
"googlemail\\.com",
"gmail\\.com"
],
- "mailboxes":{
- "sentmail":"[Gmail]/Sent Mail",
- "allmail":"[Gmail]/All Mail",
- "starred":"[Gmail]/Starred",
- "trash":"[Gmail]/Trash",
- "drafts":"[Gmail]/Drafts",
- "spam":"[Gmail]/Spam",
- "important":"[Gmail]/Important"
+ "mailboxes": {
+ "sentmail": "[Gmail]/Sent Mail",
+ "allmail": "[Gmail]/All Mail",
+ "starred": "[Gmail]/Starred",
+ "trash": "[Gmail]/Trash",
+ "drafts": "[Gmail]/Drafts",
+ "spam": "[Gmail]/Spam",
+ "important": "[Gmail]/Important"
}
},
- "gmx":{
- "servers":{
- "imap":[
+ "gmx": {
+ "servers": {
+ "imap": [
{
- "port":993,
- "hostname":"imap.gmx.com",
- "ssl":true
+ "port": 993,
+ "hostname": "imap.gmx.com",
+ "ssl": true
},
{
- "port":143,
- "hostname":"imap.gmx.com",
- "starttls":true
+ "port": 143,
+ "hostname": "imap.gmx.com",
+ "starttls": true
}
],
- "smtp":[
+ "smtp": [
{
- "port":587,
- "hostname":"mail.gmx.com",
- "starttls":true
+ "port": 587,
+ "hostname": "mail.gmx.com",
+ "starttls": true
},
{
- "port":465,
- "hostname":"mail.gmx.com",
- "ssl":true
+ "port": 465,
+ "hostname": "mail.gmx.com",
+ "ssl": true
},
{
- "port":25,
- "hostname":"mail.gmx.com",
- "starttls":true
+ "port": 25,
+ "hostname": "mail.gmx.com",
+ "starttls": true
}
]
},
- "domain-match":[
+ "domain-match": [
"gmx\\..*",
"caramail\\..*"
],
- "mailboxes":{
- "drafts":"Drafts",
- "allmail":"Archive",
- "spam":"Spam",
- "sentmail":"Sent",
- "trash":"Trash"
+ "mailboxes": {
+ "drafts": "Drafts",
+ "allmail": "Archive",
+ "spam": "Spam",
+ "sentmail": "Sent",
+ "trash": "Trash"
}
},
- "fastmail":{
- "servers":{
- "imap":[
+ "fastmail": {
+ "servers": {
+ "imap": [
{
- "port":993,
- "hostname":"mail.messagingengine.com",
- "ssl":true
+ "port": 993,
+ "hostname": "mail.messagingengine.com",
+ "ssl": true
},
{
- "port":143,
- "hostname":"mail.messagingengine.com",
- "starttls":true
+ "port": 143,
+ "hostname": "mail.messagingengine.com",
+ "starttls": true
}
],
- "smtp":[
+ "smtp": [
{
- "port":587,
- "hostname":"mail.messagingengine.com",
- "starttls":true
+ "port": 587,
+ "hostname": "mail.messagingengine.com",
+ "starttls": true
},
{
- "port":465,
- "hostname":"mail.messagingengine.com",
- "ssl":true
+ "port": 465,
+ "hostname": "mail.messagingengine.com",
+ "ssl": true
},
{
- "port":25,
- "hostname - 2":"mail.messagingengine.com",
- "starttls":true
+ "port": 25,
+ "hostname - 2": "mail.messagingengine.com",
+ "starttls": true
}
]
},
- "domain-match":[
+ "domain-match": [
"123mail\\.org",
"fastmail\\..*",
"airpost\\.net",
@@ -687,270 +685,270 @@
"your-mail\\.com",
"operamail\\.com"
],
- "mailboxes":{
- "drafts":"Drafts",
- "allmail":"Archive",
- "spam":"Junk Mail",
- "sentmail":"Sent Items",
- "trash":"Trash"
+ "mailboxes": {
+ "drafts": "Drafts",
+ "allmail": "Archive",
+ "spam": "Junk Mail",
+ "sentmail": "Sent Items",
+ "trash": "Trash"
},
- "mx-match":[
- "in1.smtp.messagingengine.com",
- "in2.smtp.messagingengine.com",
- "in1-smtp.messagingengine.com",
- "in2-smtp.messagingengine.com"
- ]
+ "mx-match": [
+ "in1.smtp.messagingengine.com",
+ "in2.smtp.messagingengine.com",
+ "in1-smtp.messagingengine.com",
+ "in2-smtp.messagingengine.com"
+ ]
},
- "apple":{
- "servers":{
- "imap":[
+ "apple": {
+ "servers": {
+ "imap": [
{
- "port":993,
- "hostname":"phonehome.apple.com",
- "ssl":true
+ "port": 993,
+ "hostname": "phonehome.apple.com",
+ "ssl": true
}
],
- "smtp":[
+ "smtp": [
{
- "port":465,
- "tls":true,
- "hostname":"phonehome.apple.com"
+ "port": 465,
+ "tls": true,
+ "hostname": "phonehome.apple.com"
},
{
- "port":587,
- "hostname":"phonehome.apple.com",
- "starttls":true
+ "port": 587,
+ "hostname": "phonehome.apple.com",
+ "starttls": true
}
]
},
- "domain-match":[
+ "domain-match": [
"apple\\.com"
],
- "mailboxes":{
- "drafts":"Drafts",
- "allmail":"Archive",
- "spam":"Junk",
- "sentmail":"Sent Messages",
- "trash":"Deleted Messages"
+ "mailboxes": {
+ "drafts": "Drafts",
+ "allmail": "Archive",
+ "spam": "Junk",
+ "sentmail": "Sent Messages",
+ "trash": "Deleted Messages"
}
},
- "asia-apple":{
- "servers":{
- "imap":[
+ "asia-apple": {
+ "servers": {
+ "imap": [
{
- "port":993,
- "hostname":"phonehome.asia.apple.com",
- "ssl":true
+ "port": 993,
+ "hostname": "phonehome.asia.apple.com",
+ "ssl": true
}
],
- "smtp":[
+ "smtp": [
{
- "port":465,
- "tls":true,
- "hostname":"phonehome.asia.apple.com"
+ "port": 465,
+ "tls": true,
+ "hostname": "phonehome.asia.apple.com"
},
{
- "port":587,
- "hostname":"phonehome.asia.apple.com",
- "starttls":true
+ "port": 587,
+ "hostname": "phonehome.asia.apple.com",
+ "starttls": true
}
]
},
- "domain-match":[
+ "domain-match": [
"asia\\.apple\\.com"
],
- "mailboxes":{
- "drafts":"Drafts",
- "allmail":"Archive",
- "spam":"Junk",
- "sentmail":"Sent Messages",
- "trash":"Deleted Messages"
+ "mailboxes": {
+ "drafts": "Drafts",
+ "allmail": "Archive",
+ "spam": "Junk",
+ "sentmail": "Sent Messages",
+ "trash": "Deleted Messages"
}
},
- "rackspace":{
- "servers":{
- "imap":[
+ "rackspace": {
+ "servers": {
+ "imap": [
{
- "port":993,
- "hostname":"secure.emailsrvr.com",
- "ssl":true
+ "port": 993,
+ "hostname": "secure.emailsrvr.com",
+ "ssl": true
},
{
- "port":143,
- "hostname":"secure.emailsrvr.com",
- "starttls":true
+ "port": 143,
+ "hostname": "secure.emailsrvr.com",
+ "starttls": true
},
{
- "port":143,
- "hostname":"secure.emailsrvr.com"
+ "port": 143,
+ "hostname": "secure.emailsrvr.com"
}
],
- "smtp":[
+ "smtp": [
{
- "port":465,
- "hostname":"secure.emailsrvr.com",
- "ssl":true
+ "port": 465,
+ "hostname": "secure.emailsrvr.com",
+ "ssl": true
},
{
- "port":587,
- "hostname":"secure.emailsrvr.com",
- "starttls":true
+ "port": 587,
+ "hostname": "secure.emailsrvr.com",
+ "starttls": true
},
{
- "port":25,
- "hostname":"secure.emailsrvr.com",
- "starttls":true
+ "port": 25,
+ "hostname": "secure.emailsrvr.com",
+ "starttls": true
},
{
- "port":587,
- "hostname":"secure.emailsrvr.com"
+ "port": 587,
+ "hostname": "secure.emailsrvr.com"
},
{
- "port":25,
- "hostname":"secure.emailsrvr.com"
+ "port": 25,
+ "hostname": "secure.emailsrvr.com"
}
]
},
- "mx-match":[
+ "mx-match": [
"mx1\\.emailsrvr\\.com",
"mx2\\.emailsrvr\\.com"
],
- "mailboxes":{
- "drafts":"Drafts",
- "allmail":"Archive",
- "spam":"Junk",
- "sentmail":"Sent Messages",
- "trash":"Deleted Messages"
+ "mailboxes": {
+ "drafts": "Drafts",
+ "allmail": "Archive",
+ "spam": "Junk",
+ "sentmail": "Sent Messages",
+ "trash": "Deleted Messages"
}
},
- "zimbra":{
- "servers":{
- "imap":[
+ "zimbra": {
+ "servers": {
+ "imap": [
{
- "port":993,
- "ssl":true
+ "port": 993,
+ "ssl": true
},
{
- "port":143,
- "starttls":true
+ "port": 143,
+ "starttls": true
}
],
- "smtp":[
+ "smtp": [
{
- "port":587,
- "starttls":true
+ "port": 587,
+ "starttls": true
},
{
- "port":465,
- "ssl":true
+ "port": 465,
+ "ssl": true
},
{
- "port":25,
- "starttls":true
+ "port": 25,
+ "starttls": true
}
]
},
- "mailboxes":{
- "drafts":"Drafts",
- "allmail":"Archive",
- "spam":"Junk",
- "sentmail":"Sent",
- "trash":"Trash"
+ "mailboxes": {
+ "drafts": "Drafts",
+ "allmail": "Archive",
+ "spam": "Junk",
+ "sentmail": "Sent",
+ "trash": "Trash"
}
},
- "ovh":{
- "servers":{
- "imap":[
+ "ovh": {
+ "servers": {
+ "imap": [
{
- "port":993,
- "hostname":"mail.{domain}",
- "ssl":true
+ "port": 993,
+ "hostname": "mail.{domain}",
+ "ssl": true
},
{
- "port":143,
- "hostname":"mail.{domain}"
+ "port": 143,
+ "hostname": "mail.{domain}"
}
],
- "smtp":[
+ "smtp": [
{
- "port":465,
- "hostname":"mail.{domain}",
- "ssl":true
+ "port": 465,
+ "hostname": "mail.{domain}",
+ "ssl": true
},
{
- "port":587,
- "hostname":"mail.{domain}"
+ "port": 587,
+ "hostname": "mail.{domain}"
},
{
- "port":25,
- "hostname":"mail.{domain}"
+ "port": 25,
+ "hostname": "mail.{domain}"
}
]
},
- "mx-match":[
+ "mx-match": [
"mx\\d\\.ovh\\.net"
],
- "mailboxes":{
- "drafts":"Drafts",
- "allmail":"Archive",
- "spam":"Junk",
- "sentmail":"Sent Messages",
- "trash":"Deleted Messages"
+ "mailboxes": {
+ "drafts": "Drafts",
+ "allmail": "Archive",
+ "spam": "Junk",
+ "sentmail": "Sent Messages",
+ "trash": "Deleted Messages"
}
},
- "fixed-port":{
- "servers":{
- "imap":[
+ "fixed-port": {
+ "servers": {
+ "imap": [
{
- "ssl":true
+ "ssl": true
},
{
- "starttls":true
+ "starttls": true
}
],
- "smtp":[
+ "smtp": [
{
- "starttls":true
+ "starttls": true
},
{
- "ssl":true
+ "ssl": true
}
]
},
- "mailboxes":{
- "drafts":"Drafts",
- "allmail":"Archive",
- "spam":"Junk",
- "sentmail":"Sent Messages",
- "trash":"Deleted Messages"
+ "mailboxes": {
+ "drafts": "Drafts",
+ "allmail": "Archive",
+ "spam": "Junk",
+ "sentmail": "Sent Messages",
+ "trash": "Deleted Messages"
}
},
- "outlook":{
- "servers":{
- "imap":[
+ "outlook": {
+ "servers": {
+ "imap": [
{
- "port":993,
- "hostname":"imap-mail.outlook.com",
- "ssl":true
+ "port": 993,
+ "hostname": "imap-mail.outlook.com",
+ "ssl": true
}
],
- "smtp":[
+ "smtp": [
{
- "port":25,
- "hostname":"smtp-mail.outlook.com",
- "starttls":true
+ "port": 25,
+ "hostname": "smtp-mail.outlook.com",
+ "starttls": true
},
{
- "port":587,
- "hostname":"smtp-mail.outlook.com",
- "starttls":true
+ "port": 587,
+ "hostname": "smtp-mail.outlook.com",
+ "starttls": true
}
]
},
- "mx-match":[
+ "mx-match": [
".*\\.mail\\.outlook\\.com"
],
- "domain-match":[
+ "domain-match": [
"outlook\\.com",
"outlook\\.com\\.ar",
"outlook\\.com\\.au",
@@ -999,15 +997,15 @@
"live\\.com\\.mx",
"live\\.co\\.uk"
],
- "mailboxes":{
- "drafts":"Drafts",
- "allmail":"Archive",
- "spam":"Junk",
- "sentmail":"Sent Messages",
- "trash":"Deleted”
+ "mailboxes": {
+ "drafts": "Drafts",
+ "allmail": "Archive",
+ "spam": "Junk",
+ "sentmail": "Sent Messages",
+ "trash": "Deleted"
}
},
- "qq": {
+ "qq": {
"servers": {
"imap": [
{
@@ -1065,33 +1063,32 @@
"mailru": {
"servers": {
"imap": [
- {
- "port": 143,
- "hostname": "imap.mail.ru",
- "starttls": true
- },
- {
- "port": 993,
- "hostname": "imap.mail.ru",
- "ssl": true
- }
- ],
+ {
+ "port": 143,
+ "hostname": "imap.mail.ru",
+ "starttls": true
+ },
+ {
+ "port": 993,
+ "hostname": "imap.mail.ru",
+ "ssl": true
+ }
+ ],
"smtp": [
- {
- "port": 465,
- "hostname": "smtp.mail.ru",
- "ssl": true
- }
- ]
-
+ {
+ "port": 465,
+ "hostname": "smtp.mail.ru",
+ "ssl": true
+ }
+ ]
},
"domain-match": [
- "mail\\.ru",
- "inbox\\.ru",
- "list\\.ru",
- "bk\\.ru",
- "mail\\.ua"
- ],
+ "mail\\.ru",
+ "inbox\\.ru",
+ "list\\.ru",
+ "bk\\.ru",
+ "mail\\.ua"
+ ],
"mailboxes": {
"drafts": "Черновики",
"spam": "Спам",
@@ -1102,29 +1099,28 @@
"yandex": {
"servers": {
"imap": [
- {
- "port": 993,
- "hostname": "imap.yandex.com",
- "ssl": true
- }
- ],
+ {
+ "port": 993,
+ "hostname": "imap.yandex.com",
+ "ssl": true
+ }
+ ],
"smtp": [
- {
- "port": 465,
- "hostname": "smtp.yandex.com",
- "ssl": true
- }
- ]
-
+ {
+ "port": 465,
+ "hostname": "smtp.yandex.com",
+ "ssl": true
+ }
+ ]
},
"domain-match": [
- "yandex\\.ru",
- "yandex\\.ua",
- "yandex\\.kz",
- "yandex\\.by",
- "yandex\\.com",
- "yandex\\.com\\.tr"
- ],
+ "yandex\\.ru",
+ "yandex\\.ua",
+ "yandex\\.kz",
+ "yandex\\.by",
+ "yandex\\.com",
+ "yandex\\.com\\.tr"
+ ],
"mailboxes": {
"drafts": "Черновики",
"spam": "Спам",
@@ -1132,89 +1128,100 @@
"trash": "Удалённые"
}
},
- "comcast": {
- "servers": {
- "pop": [{
- "port": 995,
- "hostname": "mail.comcast.net",
- "ssl": true
- }, {
- "port": 110,
- "hostname": "mail.comcast.net",
- "ssl": true
- }],
- "smtp": [{
- "port": 587,
- "hostname": "smtp.comcast.net",
- "starttls": true
- }, {
- "port": 465,
- "hostname": "smtp.comcast.net",
- "ssl": true
- }]
- },
- "mx-match": [
- "mx1\\.comcast\\.net",
- "mx2\\.comcast\\.net"
- ]
+ "comcast": {
+ "servers": {
+ "pop": [
+ {
+ "port": 995,
+ "hostname": "mail.comcast.net",
+ "ssl": true
+ },
+ {
+ "port": 110,
+ "hostname": "mail.comcast.net",
+ "ssl": true
+ }
+ ],
+ "smtp": [
+ {
+ "port": 587,
+ "hostname": "smtp.comcast.net",
+ "starttls": true
+ },
+ {
+ "port": 465,
+ "hostname": "smtp.comcast.net",
+ "ssl": true
+ }
+ ]
+ },
+ "mx-match": [
+ "mx1\\.comcast\\.net",
+ "mx2\\.comcast\\.net"
+ ]
},
"verizon": {
- "servers": {
- "pop": [{
- "port": 995,
- "hostname": "pop.verizon.net",
- "ssl": true
- }],
- "smtp": [{
- "port": 465,
- "hostname": "smtp.verizon.net",
- "ssl": true
- }]
-
- },
- "mx-match": [
- "relay\\.verizon\\.net"
- ]
+ "servers": {
+ "pop": [
+ {
+ "port": 995,
+ "hostname": "pop.verizon.net",
+ "ssl": true
+ }
+ ],
+ "smtp": [
+ {
+ "port": 465,
+ "hostname": "smtp.verizon.net",
+ "ssl": true
+ }
+ ]
+ },
+ "mx-match": [
+ "relay\\.verizon\\.net"
+ ]
},
"rcn": {
- "servers": {
- "pop": [{
- "port": 110,
- "hostname": "pop.rcn.com",
- "ssl": true
- }],
- "smtp": [{
- "port": 25,
- "hostname": "smtp.rcn.com",
- "ssl": true
- }]
-
- },
- "mx-match": [
- "mx\\.rcn\\.com"
- ]
+ "servers": {
+ "pop": [
+ {
+ "port": 110,
+ "hostname": "pop.rcn.com",
+ "ssl": true
+ }
+ ],
+ "smtp": [
+ {
+ "port": 25,
+ "hostname": "smtp.rcn.com",
+ "ssl": true
+ }
+ ]
+ },
+ "mx-match": [
+ "mx\\.rcn\\.com"
+ ]
},
"ukrnet": {
"servers": {
"imap": [
- {
- "port": 993,
- "hostname": "imap.ukr.net",
- "ssl": true
- }
- ],
+ {
+ "port": 993,
+ "hostname": "imap.ukr.net",
+ "ssl": true
+ }
+ ],
"smtp": [
- {
- "port": 465,
- "hostname": "smtp.ukr.net",
- "ssl": true
- }
- ]
-
+ {
+ "port": 465,
+ "hostname": "smtp.ukr.net",
+ "ssl": true
+ }
+ ]
},
"domain-match": [
- "ukr\\.net"
- ],
+ "ukr\\.net"
+ ],
"mailboxes": {
"drafts": "Черновики",
"spam": "Спам",
@@ -1225,29 +1232,28 @@
"rambler": {
"servers": {
"imap": [
- {
- "port": 993,
- "hostname": "imap.rambler.ru",
- "ssl": true
- }
- ],
+ {
+ "port": 993,
+ "hostname": "imap.rambler.ru",
+ "ssl": true
+ }
+ ],
"smtp": [
- {
- "port": 465,
- "hostname": "smtp.rambler.ru",
- "ssl": true
- }
- ]
-
+ {
+ "port": 465,
+ "hostname": "smtp.rambler.ru",
+ "ssl": true
+ }
+ ]
},
"domain-match": [
- "rambler\\.ru",
- "lenta\\.ru",
- "autorambler\\.ru",
- "myrambler\\.ru",
- "ro\\.ru",
- "r0\\.ru"
- ],
+ "rambler\\.ru",
+ "lenta\\.ru",
+ "autorambler\\.ru",
+ "myrambler\\.ru",
+ "ro\\.ru",
+ "r0\\.ru"
+ ],
"mailboxes": {
"drafts": "DraftBox",
"spam": "Spam",
@@ -1258,20 +1264,20 @@
"office365": {
"servers": {
"imap": [
- {
- "port": 993,
- "hostname": "outlook.office365.com",
- "ssl": true
- }
- ],
+ {
+ "port": 993,
+ "hostname": "outlook.office365.com",
+ "ssl": true
+ }
+ ],
"smtp": [
- {
- "port": 587,
- "hostname": "smtp.office365.com",
- "starttls": true
- }
- ]
- },
+ {
+ "port": 587,
+ "hostname": "smtp.office365.com",
+ "starttls": true
+ }
+ ]
+ },
"mailboxes": {
"drafts": "Drafts",
"spam": "Junk Email",
@@ -1282,23 +1288,23 @@
"wp.pl": {
"servers": {
"imap": [
- {
- "port": 993,
- "hostname": "imap.wp.pl",
- "ssl": true
- }
- ],
+ {
+ "port": 993,
+ "hostname": "imap.wp.pl",
+ "ssl": true
+ }
+ ],
"smtp": [
- {
- "port": 465,
- "hostname": "smtp.wp.pl",
- "ssl": true
- }
- ]
+ {
+ "port": 465,
+ "hostname": "smtp.wp.pl",
+ "ssl": true
+ }
+ ]
},
"domain-match": [
- "wp\\.pl"
- ],
+ "wp\\.pl"
+ ],
"mailboxes": {
"spam": "SPAM",
"sentmail": "Wys&AUI-ane",
@@ -1310,23 +1316,23 @@
"o2.pl": {
"servers": {
"imap": [
- {
- "port": 993,
- "hostname": "poczta.o2.pl",
- "ssl": true
- }
- ],
+ {
+ "port": 993,
+ "hostname": "poczta.o2.pl",
+ "ssl": true
+ }
+ ],
"smtp": [
- {
- "port": 465,
- "hostname": "poczta.o2.pl",
- "ssl": true
- }
- ]
+ {
+ "port": 465,
+ "hostname": "poczta.o2.pl",
+ "ssl": true
+ }
+ ]
},
"domain-match": [
- "o2\\.pl"
- ],
+ "o2\\.pl"
+ ],
"mailboxes": {
"spam": "Spam",
"sentmail": "Sent",
@@ -1335,4 +1341,4 @@
"allmail": "Archive"
}
}
-}
+} \ No newline at end of file