/Gmail-Filters

Create filters for your gmail

Primary LanguageJavaScript

Handle Gmail Filters

Purpose: Clean up filters

Go to settings

  1. Export filters
  • select settings gear icon in the upper right corner
  • select see all settings
  • choose filters and blocked addresses along the menu
  • scroll to the bottom and choose all
  • select export
  1. Paste into before.xml
  2. In your terminal, type in npm install
  3. In index.js,
// partOne();
// edit emails.txt
// partTwo();

uncomment out partOne()

  1. run node index.js

  2. Edit emails.txt (emails to delete)

  3. Comment partOne, uncomment partTwo()

  4. run node index.js

  5. Import after.xml into gmail settings

voila!