blob: 6aabeae2cf2fe8ad1b393bc46b2657770d49c4d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
configurations:
-
host: outlook.office365.com
port: 993
tls: true
tlsOptions:
rejectUnauthorized: false
starttls: false
xoAuth2: true
username: moreka@mit.edu
passwordCmd: 'oama access moreka@mit.edu'
onNewMail: 'mailsync'
onNewMailPost: SKIP
boxes:
-
mailbox: INBOX
|