AI Cleanup (new)
A local heuristic scores every sender - on aggregated stats, not every email, so it stays fast - then an LLM judges only the borderline ones.
Run it local-first (free Ollama, nothing leaves your machine) or BYOA with your own cloud key. Only subjects + stats are sent, never message bodies.
💸 In testing: ~13,000 emails cleaned from a 40k mailbox for about €0.03 in ~5 min with gpt-4o-mini (a local model is free). It gets cheaper the more you run - known spam senders are skipped next time.
Email notifications
Get an email when a cleanup finishes - for scheduled jobs and runs. Bring any SMTP provider (Gmail, Amazon SES, SendGrid…); profiles are stored locally and can be encrypted.
Spam addresses + 1-click unsubscribe (new)
Every AI run saves the flagged senders - with scores and LLM verdicts - to a per-account list. Review, bulk-remove, or report them as spam on the server. Reuse it as a blocklist too.
From that list, bulk-unsubscribe from newsletters: it reads each sender's List-Unsubscribe and does it automatically where possible (mailto or one-click); the rest become a tidy list of link ↗ to finish by hand.
Match anything
By exact sender, whole domain, or nested AND/OR rules built visually. No syntax to memorize.
See before you delete
Count exactly how many emails match, and run a dry-run first. Deletion is opt-in, never a surprise.
Fast on huge folders
Server-side IMAP search for tens of thousands of messages, or strict local matching when you need it. An optional local cache makes repeat AI reports near-instant - only new messages are fetched, a big win on slow servers.
Gmail-aware
Moves matches to Trash the right way and understands [Gmail]/All Mail and localized folders.
Web UI + CLI
A friendly local web app and a scriptable command line. The core is standard-library only and dependency-free.
Schedule it
Install jobs into Windows Task Scheduler or cron - once, hourly, daily, weekly, monthly. They run even when the app is closed.
Connection profiles
Save multiple accounts, optionally encrypted (with a re-save guard so they never silently drop to plain text). Pick one from a dropdown, each with its own local-cache toggle.
Runs anywhere
Windows, macOS, Linux. Even on a headless server - drive the GUI from your laptop over an SSH tunnel.
Move, don't just delete
Send matched mail to another folder instead of deleting, and create folders (or labels on Gmail) right from the app - free & open source, all on your machine.