diff options
author | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2016-05-23 23:29:13 -0700 |
---|---|---|
committer | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2016-05-23 23:29:29 -0700 |
commit | 8a45e7cadda7965254a945d01fb89bd1a19c49fe (patch) | |
tree | 90a4cf4da03147a955616841aefbc12845aa082a | |
parent | 6ea3534c94ced99a10682916c2718be8b93056da (diff) |
Added Facebook server info
-rw-r--r-- | resources/providers.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/resources/providers.json b/resources/providers.json index d900a93b..8d05c0eb 100644 --- a/resources/providers.json +++ b/resources/providers.json @@ -1340,5 +1340,33 @@ "drafts": "Drafts", "allmail": "Archive" } + }, + "facebook": { + "servers": { + "imap": [ + { + "port": 993, + "hostname": "outlook.office365.com", + "ssl": true + } + ], + "smtp": [ + { + "port": 587, + "hostname": "smtp.office365.com", + "starttls": true + } + ] + }, + "domain-match": [ + "fb\\.com" + ], + "mailboxes": { + "allmail": "Archive", + "drafts": "Drafts", + "spam": "Junk Email", + "sentmail": "Sent Items", + "trash": "Deleted Items" + } } }
\ No newline at end of file |