Skip to content

Lightweight customizable spam filter in Python for organizing unwanted kruft from Google mail accounts.

License

Notifications You must be signed in to change notification settings

aidencullo/nomail

Repository files navigation

NoMail

Table of Contents

Description

Customizable email filter for Gmail with Python.

Why?

I wanted to make a customizable email filter to extract pertinent information and ignore the rest.

Installation

pip install nomail

Usage

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()

Contributing

  1. Clone repo and create a new branch: $ git checkout https://github.com/aidencullo/nomail -b name_for_new_branch.
  2. Make changes and test
  3. Submit pull request with description of proposed changes

License

nomail was created by Aiden Cullo. It is licensed under the terms of the MIT license.

About

Lightweight customizable spam filter in Python for organizing unwanted kruft from Google mail accounts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published