Thanks to visit codestin.com
Credit goes to github.com

Skip to content

transfer email to Gotify

License

spysir/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 .

docker-compose

services:
  imap2gotify:
    image: cyrinux/imap2gotify:latest
    container_name: imap2gotify
    restart: always
    volumes:
      - ./config:/app/config
    environment:
      - TZ=Asia/Shanghai

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

transfer email to Gotify

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.9%
  • Dockerfile 3.1%