A missing link between IMAP and Gotify
Get push notification via Gotify about new emails (using IMAP IDLE)
docker run -ti -v "$(pwd)/config:/app/config" cyrinux/imap2gotify:latest
or
docker-compose up -d --build
or
docker build -t cyrinux/imap2gotify .
-
Check
settings.toml.example
example inconfig
directory. -
If no
priority
setting is specified for a rule, priority will be based on the "importance" mail header, mapping as follows:- High -> priority 7
- Medium -> priority 4
- Low -> priority 3
- priority 1 for all others
-
"extras" parameters can be found here