aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources/providers.json
diff options
context:
space:
mode:
Diffstat (limited to 'resources/providers.json')
-rw-r--r--resources/providers.json28
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