Adapt goimapnotify configuration to YAML
This commit is contained in:
parent
5c326f2e01
commit
c7a5e7e14a
@ -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"
|
|
||||||
]
|
|
||||||
}
|
|
19
goimapnotify/.config/goimapnotify/goimapnotify.yaml
Normal file
19
goimapnotify/.config/goimapnotify/goimapnotify.yaml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
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.org
|
||||||
|
passwordCmd: 'pass mail/gmail'
|
||||||
|
onNewMail: '~/.local/share/scripts/mail-sync gmail'
|
Loading…
x
Reference in New Issue
Block a user