blob: d29f3cf5fa16cf23429c104236276e0374389410 (
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: ''
onNewMailPost: SKIP
boxes:
-
mailbox: INBOX
|