aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/providers.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/resources/providers.json b/resources/providers.json
index 2a1c6bf3..f13acf48 100644
--- a/resources/providers.json
+++ b/resources/providers.json
@@ -1237,5 +1237,29 @@
"sentmail": "SentBox",
"trash": "Trash"
}
+ },
+ "office365": {
+ "servers": {
+ "imap": [
+ {
+ "port": 993,
+ "hostname": "outlook.office365.com",
+ "ssl": true
+ }
+ ],
+ "smtp": [
+ {
+ "port": 587,
+ "hostname": "smtp.office365.com",
+ "ssl": true
+ }
+ ]
+ },
+ "mailboxes": {
+ "drafts": "Drafts",
+ "spam": "Junk Email",
+ "sentmail": "Sent Items",
+ "trash": "Deleted Items"
+ }
}
}