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