aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources
diff options
context:
space:
mode:
authorGravatar CodaFi <devteam.codafi@gmail.com>2013-09-12 19:34:38 -0600
committerGravatar CodaFi <devteam.codafi@gmail.com>2013-09-12 19:34:38 -0600
commit57e37810311af60c627d89b29b2dd44d10ad3f40 (patch)
tree03f236bc36695459c27d3ae0a43778347de29fa5 /resources
parent66e1f330f5543162b1c4fbe4ce0230d62bb1dbbb (diff)
Outlook support in providers
Diffstat (limited to 'resources')
-rw-r--r--resources/providers.json58
1 files changed, 58 insertions, 0 deletions
diff --git a/resources/providers.json b/resources/providers.json
index f0a8dff6..738fe0e2 100644
--- a/resources/providers.json
+++ b/resources/providers.json
@@ -750,5 +750,63 @@
"sentmail":"Sent Messages",
"trash":"Deleted Messages"
}
+ },
+ "outlook":{
+ "servers":{
+ "imap":[
+ {
+ "port":993,
+ "hostname":"imap-mail.outlook.com",
+ "ssl":true
+ }
+ ],
+ "smtp":[
+ {
+ "port":25,
+ "hostname":"smtp-mail.outlook.com",
+ "starttls":true
+ }
+ ]
+ },
+ "domain-match":[
+ "outlook\\.com",
+ "outlook\\.com\\.ar",
+ "outlook\\.com\\.au",
+ "outlook\\.at",
+ "outlook\\.be",
+ "outlook\\.com\\.br",
+ "outlook\\.cl",
+ "outlook\\.cz",
+ "outlook\\.dk",
+ "outlook\\.fr",
+ "outlook\\.de",
+ "outlook\\.com\\.gr",
+ "outlook\\.co\\.id",
+ "outlook\\.ie",
+ "outlook\\.it",
+ "outlook\\.hu",
+ "outlook\\.jp",
+ "outlook\\.kr",
+ "outlook\\.lv",
+ "outlook\\.my",
+ "outlook\\.co\\.nz",
+ "outlook\\.com\\.pe",
+ "outlook\\.ph",
+ "outlook\\.pt",
+ "outlook\\.sa",
+ "outlook\\.sg",
+ "outlook\\.sk",
+ "outlook\\.es",
+ "outlook\\.co\\.th",
+ "outlook\\.com\\.tr",
+ "outlook\\.com\\.vn"
+ ],
+ "mailboxes":{
+ "drafts":"Drafts",
+ "allmail":"Archive",
+ "spam":"Junk",
+ "sentmail":"Sent Messages",
+ "trash":"Deleted Messages"
+ }
}
} \ No newline at end of file