AutoYADM commit: 2025-03-14 00:00:06
This commit is contained in:
parent
ceabaf96a5
commit
47064101e1
8 changed files with 47 additions and 2 deletions
5
.config/imapnotify/.helix/languages.toml
Normal file
5
.config/imapnotify/.helix/languages.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
[[language]]
|
||||
name = "json"
|
||||
file-types = [
|
||||
"conf"
|
||||
]
|
16
.config/imapnotify/outlook.yaml
Normal file
16
.config/imapnotify/outlook.yaml
Normal file
|
@ -0,0 +1,16 @@
|
|||
host: outlook.office365.com
|
||||
port: 993
|
||||
tls: true,
|
||||
tlsOptions:
|
||||
rejectUnauthorized: true
|
||||
starttls: true
|
||||
username: 18daf3@queensu.ca
|
||||
passwordCMD: '~/tools/mutt_oauth2.py ~/tools/tokenfile-test'
|
||||
xoAuth2: true
|
||||
onNewMail: '/home/fic/.config/aerc/mail-sync.sh'
|
||||
wait: 20
|
||||
boxes:
|
||||
-
|
||||
mailbox: INBOX
|
||||
-
|
||||
mailbox: Sent Items
|
16
.config/imapnotify/protonmail.yaml
Normal file
16
.config/imapnotify/protonmail.yaml
Normal file
|
@ -0,0 +1,16 @@
|
|||
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/aerc/mail-sync.sh'
|
||||
wait: 20
|
||||
boxes:
|
||||
-
|
||||
mailbox: INBOX
|
||||
-
|
||||
mailbox: Sent
|
Loading…
Add table
Add a link
Reference in a new issue