1
0
mirror of https://github.com/MailHops/mailhops-imap-listener.git synced 2025-05-15 09:20:08 -07:00
mailhops-imap-listener/config.sample
2016-12-10 12:28:04 -07:00

16 lines
247 B
Plaintext

{
"username": "",
"password": "",
"host": "",
"port": 993,
"searchFilter": ["SEEN"]
"mailhops": {
"api_key": ""
},
"slack": { "webhookUri": ""
, "channel": "#channel"
, "subjectFilter": ""
, "fromAddress": ""
}
}