Adapt goimapnotify configuration to YAML
This commit is contained in:
parent
5c326f2e01
commit
432143b2c6
@ -1,14 +0,0 @@
|
||||
{
|
||||
"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",
|
||||
"boxes": [
|
||||
"INBOX"
|
||||
]
|
||||
}
|
@ -1,14 +0,0 @@
|
||||
{
|
||||
"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": [
|
||||
"INBOX"
|
||||
]
|
||||
}
|
22
goimapnotify/.config/goimapnotify/goimapnotify.yaml
Normal file
22
goimapnotify/.config/goimapnotify/goimapnotify.yaml
Normal file
@ -0,0 +1,22 @@
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user