From 8a45e7cadda7965254a945d01fb89bd1a19c49fe Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Mon, 23 May 2016 23:29:13 -0700 Subject: Added Facebook server info --- resources/providers.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) 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 -- cgit v1.2.3