Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 870 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 870 Bytes

Gmail Cleanup

Simple cleanup script to run that cleans your inbox based on a given query.

Getting Started

  • Go to script.google.com and copy this code in.
  • Then open gmail and create the queries that work for finding everything you want to DELETE.
  • Put those queries into the query array in the code.
  • Adjust the date operation as needed. Note that it only appends a number and a letter to the query, so make sure you put your older_than or newer_than at the end.
  • Run.
  • ...
  • Profit.

Prerequisites

  • Gmail
  • Common sense

Installing

  • Clone this git.
  • Copy-paste the gs file into a new project on script.google.com.

Authors

  • Darryl McQuade - This whole shebang, minus the API - Spat915

License

This project is licensed under the GPLv3 License - see the LICENSE.md file for details