mirror of
https://github.com/MailHops/mailhops-imap-listener.git
synced 2025-05-15 09:20:08 -07:00
16 lines
247 B
Plaintext
16 lines
247 B
Plaintext
{
|
|
"username": "",
|
|
"password": "",
|
|
"host": "",
|
|
"port": 993,
|
|
"searchFilter": ["SEEN"]
|
|
"mailhops": {
|
|
"api_key": ""
|
|
},
|
|
"slack": { "webhookUri": ""
|
|
, "channel": "#channel"
|
|
, "subjectFilter": ""
|
|
, "fromAddress": ""
|
|
}
|
|
}
|