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 --buildor
docker build -t cyrinux/imap2gotify .services:
imap2gotify:
image: cyrinux/imap2gotify:latest
container_name: imap2gotify
restart: always
volumes:
- ./config:/app/config
environment:
- TZ=Asia/Shanghai
-
Check
settings.toml.exampleexample inconfigdirectory. -
If no
prioritysetting 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