Skip to content

Automatically archive and mark as read the e-mails on your inbox

License

Notifications You must be signed in to change notification settings

eitchtee/gmail-inbox-cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmail-inbox-cleaner

Automatically archive and mark as read the e-mails on your inbox

How to use

  1. Clone this repository and cd into it.
  2. Run pip install -r requirements.txt (virtualenv is recommended)
  3. Run python cleaner.py
usage: cleaner.py [-h] [--age AGE] [--starred] [--verbose] [--no_archive]
                  [--no_read] [--filter_label LABEL_FILTER]

optional arguments:
  -h, --help            show this help message and exit
  --age AGE             Act on e-mails older than x days. Defaults to 30.
  --starred             Keep starred e-mails.
  --verbose             More output of the actions done by the cleaner.
  --no_archive          Don't archive e-mails that met the criteria.
  --no_read             Don't mark e-mails that met the criteria as read.
  --filter_label LABEL_FILTER
                        Only act on e-mails containing this label. Add as many
                        as you want. Defaults to all.

About

Automatically archive and mark as read the e-mails on your inbox

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages