Skip to content

cyrinux/imap2gotify

Repository files navigation

A missing link between IMAP and Gotify

ci

Get push notification via Gotify about new emails (using IMAP IDLE)

Run

docker run -ti -v "$(pwd)/config:/app/config" cyrinux/imap2gotify:latest

or

docker-compose up -d --build

or

Build

docker build -t cyrinux/imap2gotify .

Configuration

  • Check settings.toml.example example in config 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