AutoYADM commit: 2025-03-17 13:29:38
This commit is contained in:
parent
3119bacd5e
commit
da408e072f
8 changed files with 232 additions and 1 deletions
41
.config/goimapnotify/goimapnotify.yaml
Normal file
41
.config/goimapnotify/goimapnotify.yaml
Normal file
|
@ -0,0 +1,41 @@
|
|||
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'
|
||||
onDeletedMail: '/home/fic/.config/mail/mail-sync.sh'
|
||||
wait: 20
|
||||
boxes:
|
||||
-
|
||||
mailbox: INBOX
|
||||
onNewMail: '/home/fic/.config/mail/newmail.sh personal'
|
||||
|
||||
-
|
||||
mailbox: Sent
|
||||
onNewMail: '/home/fic/.config/mail/mail-sync.sh'
|
||||
-
|
||||
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
|
||||
onNewMail: '/home/fic/.config/mail/mail-sync.sh'
|
||||
onDeletedMail: '/home/fic/.config/mail/mail-sync.sh'
|
||||
wait: 20
|
||||
boxes:
|
||||
- mailbox: INBOX
|
||||
onNewMail: '/home/fic/.config/mail/newmail.sh school'
|
||||
-
|
||||
mailbox: Sent Items
|
||||
onNewMail: '/home/fic/.config/mail/mail-sync.sh'
|
Loading…
Add table
Add a link
Reference in a new issue