-
Delete mails: Get rid of unwanted mails and keeping mailbox always light.
-
Very Fast: Clean gmail, scans for mails and efficiently schedules for deletion in batches.
-
Cron Inbuilt: Cron daemon is built-in, so it watches for all incoming mails in background.
-
Easy to use: Say goodbye to lengthy commands. Using clean-gmail is as simple as pressing subscribe button on youtube.
-
Create a Google Cloud account.
-
Enable Gmail API, its totally free!
-
Create a filterlist.txt file inside src directory, where we keep tha mail ids to be watched and cleaned
# -- First, clone the repository
git clone https://github.com/PranjalAgni/clean-gmail.git
# -- Navigate to the dir
cd clean-gmail
# -- Install dependencies
npm install
# -- And run!
npm run start