Skip to content

Organise your email inbox with rules from a YAML file

License

Notifications You must be signed in to change notification settings

fawkesley/inboxbot

Repository files navigation

Inboxbot

Manage your inbox with YAML-defined rules, for example:

rules:

  - search:
      folder: "INBOX"
      from: "[email protected]"
      older_than_days: 3
      subject: "[updown alert]"
    action: "delete"

See rules.yml.example for more examples.

Install

You'll need to run in a virtualenv:

virtualenv -p $(which python3) venv
. venv/bin/activate

pip install -r requirements.txt

Configure

Copy and edit rules.yml.example and credentials.yml.example

cp credentials.yml.example credentials.yml
cp rules.yml.example rules.yml

Run

./run.py

About

Organise your email inbox with rules from a YAML file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published