23 lines
607 B
YAML
23 lines
607 B
YAML
configurations:
|
|
-
|
|
host: disroot.org
|
|
port: 993
|
|
tls: true
|
|
tlsOptions:
|
|
rejectUnauthorized: true
|
|
username: akasroua@disroot.org
|
|
passwordCmd: 'pass mail/disroot'
|
|
onNewMail: '~/.local/share/scripts/mail-sync disroot'
|
|
-
|
|
host: imap.gmail.com
|
|
port: 993
|
|
tls: true
|
|
tlsOptions:
|
|
rejectUnauthorized: true
|
|
username: akasroua@gmail.com
|
|
passwordCmd: 'pass mail/gmail'
|
|
onNewMail: '~/.local/share/scripts/mail-sync gmail'
|
|
boxes:
|
|
-
|
|
mailbox: INBOX
|