36 lines
896 B
YAML
36 lines
896 B
YAML
configurations:
|
|
-
|
|
host: 127.0.0.1
|
|
port: 1143
|
|
tls: false
|
|
tlsOptions:
|
|
rejectUnauthorized: false
|
|
starttls: true
|
|
username: daniel@ficd.ca
|
|
passwordCMD: 'pass show proton/bridge'
|
|
xoAuth2: false
|
|
# onNewMail: '/home/fic/.config/mail/mail-sync.sh'
|
|
wait: 20
|
|
boxes:
|
|
-
|
|
mailbox: INBOX
|
|
onNewMail: '/home/fic/.config/mail/newmail.sh personal'
|
|
|
|
-
|
|
mailbox: Sent
|
|
-
|
|
host: outlook.office365.com
|
|
port: 993
|
|
tls: true
|
|
tlsOptions:
|
|
rejectUnauthorized: true
|
|
starttls: false
|
|
username: 18daf3@queensu.ca
|
|
passwordCMD: '~/tools/mutt_oauth2.py ~/tools/tokenfile-test'
|
|
xoAuth2: true
|
|
wait: 20
|
|
boxes:
|
|
- mailbox: INBOX
|
|
onNewMail: '/home/fic/.config/mail/newmail.sh school'
|
|
-
|
|
mailbox: Sent Items
|