sourcesimian / MailSort

IMAP mailbox sorting framework written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MailSort

IMAP mailbox sorting framework written in Python

Install

pip install https://github.com/sourcesimian/MailSort/tarball/v0.1.2#egg=mailsort-0.1.2 --process-dependency-links

Setup

Implement ~/.config/mailsort/creds.py to return the required values however you choose.

Using ~/.config/mailsort/filters/spam.py.example implement as many filters as you like. Split them up into whatever modules you like and store them in ~/.config/mailsort/filters/

Usage

$ mailsort

About

IMAP mailbox sorting framework written in Python

License:MIT License


Languages

Language:Python 78.0%Language:Shell 17.2%Language:Dockerfile 3.2%Language:Makefile 1.6%