Gmail Cleanup Builder
A streamlined desktop tool that crafts Google Apps Script code to triage Gmail threads and move them to the Trash safely.
Download
Core Features
- Filter by age in days or a specific date (before/after) with a calendar picker.
- Optional label, sender, and subject filters; supports multiple values with Gmail OR syntax.
- Batch execution helper to respect Apps Script time limits.
- Tooltips, confirmations, and a quick guide embedded in the app.
Quick Start
- Launch the executable and configure the cleanup filters.
- Use
(alice@example.com OR promos@example.com) style filters for multiple senders.
- Generate the Apps Script and paste it into https://script.google.com/.
- Run
cleanupAgedEmailThreads once, then create a scheduled trigger for cleanupInBatches.
- Monitor the Apps Script Executions dashboard to confirm results and adjust filters as needed.
Support & Credit
Created by Sagar Sorathiya. Report issues or request enhancements via the GitHub repository.