cyrinux / imap2gotify

A missing link between IMAP and Gotify 📮⏰

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A missing link between IMAP and Gotify 📮⏰

License:ISC License


Languages

Language:Python 96.9%Language:Dockerfile 3.1%