Customizable email filter for Gmail with Python.
I wanted to make a customizable email filter to extract pertinent information and ignore the rest.
pip install nomail
nomail
can be used move emails to your trash:
import nomail
# by default, email addresses in blacklist.csv will be moved to your trash folder
nomail.filter()
- Clone repo and create a new branch:
$ git checkout https://github.com/aidencullo/nomail -b name_for_new_branch
. - Make changes and test
- Submit pull request with description of proposed changes
nomail
was created by Aiden Cullo. It is licensed under the terms of the MIT license.