I Had 500,000 Unread Emails. Here’s the Script That Cleared Them Overnight.

Source Cryptopolitan

By Karnika E. Yashwant (KEY) | Founder, Cryptopolitan & KEY Difference Media

There’s a dirty secret most founders won’t admit: their inbox is a disaster.

Not the polished “inbox zero” screenshot they post on LinkedIn. The real one. The one with 47,000 unread emails they’ve been “meaning to get to” for three years.

Mine had over 500,000.

Half a million threads accumulated across a decade of running multiple companies, managing teams across time zones, and subscribing to every industry newsletter that looked vaguely useful at 2 AM. Every notification from every platform. Every CC’d thread I never asked to be on. Every automated alert from systems I’d long since stopped using.

The inbox wasn’t just cluttered. It was non-functional. Search was slow. Loading took forever. Important emails disappeared into the noise. I’d given up on it as a productivity tool and moved all real communication to Slack, Telegram, and direct calls.

But that’s not a solution. That’s avoidance.

The Problem With Every “Inbox Zero” Method

Every productivity guru sells the same fantasy: process your email daily, archive what’s done, delete what’s irrelevant, and maintain a clean inbox going forward.

That works if you have 200 emails. It doesn’t work if you have 200,000. Or 500,000.

Gmail’s built-in tools can’t handle it. “Select all” only selects conversations on the current page. Filters process new mail, not old. Third-party apps either charge a subscription, require OAuth access you shouldn’t trust, or crash when they hit Gmail’s API rate limits.

Deleting wasn’t an option either. Buried in that half-million were real contracts, important conversations, financial receipts, and correspondence I might need someday. I wanted to archive everything — move it out of the inbox but keep it searchable in All Mail.

So I did what any founder with an AI copilot should do: I built a tool.

The Solution: A Self-Running Google Apps Script

Google Apps Script is free, runs inside your Google account, and has direct access to the Gmail API. The constraints are a 6-minute execution limit per run and a daily quota on Gmail operations. For most automation, neither matters. For archiving 500,000 threads, you need to be clever about both.

The script works like this:

  • Archives 50 threads per batch with a 3-second pause between batches (avoids Gmail’s rate limits)
  • Runs for ~4.5 minutes per cycle, then stops before hitting the 6-minute execution limit
  • Auto-triggers itself every 5 minutes via a time-based trigger
  • Detects Gmail’s daily quota limit automatically — when it hits the cap (~35K–40K threads/day), it pauses the trigger and schedules a resume for the next day
  • Tracks total progress across runs and across days using script properties
  • Self-cleans: removes all triggers and resets the counter when the inbox hits zero
  • Includes a manual stop() function if you want to halt it at any point

Real Numbers From My Inbox

Day one: the script archived 38,950 threads before Gmail’s daily quota kicked in. When it detects the limit, it pauses the trigger and schedules an automatic resume for the next day. No manual intervention needed.

Hitting the daily quota — the script pauses and resumes automatically:

At ~35,000–40,000 threads per day, a 500,000-thread inbox takes about two weeks of fully hands-off operation. Smaller inboxes in the 10K–50K range will clear in a day or two.

Batches running in real time:

Auto-triggering every 5 minutes, no manual intervention:

Why This Matters for Founders

This isn’t really about email. It’s about a mindset shift.

Most founders tolerate broken systems because fixing them feels like a distraction from “real work.” But a cluttered inbox isn’t a minor inconvenience. It’s a compounding tax on your attention. Every time you open Gmail and see that number, it drains a small amount of cognitive energy. Multiply that across months and years.

The script took three minutes to set up. The return was an entire communication channel reclaimed.

More importantly, it’s a template for how founders should think about operational friction. If something is broken and you can automate the fix in under an hour, do it now. Don’t add it to a task list. Don’t wait for a “quiet week.” Build the tool, deploy it, and move on.

I built this with Claude as my copilot. Described the problem, iterated on the approach, tested it live, hit the quota wall, and fixed it — all in one session. That’s the workflow. AI doesn’t replace the founder’s judgment about what to fix. It compresses the time between “this is broken” and “it’s fixed.”

Setup: 3 Minutes, 5 Steps

  1. Go to script.google.com
  2. Create a new project and paste the script
  3. Run the “setup” function
  4. Authorize when Google prompts you
  5. Walk away. It handles daily limits, resumes automatically, and stops when it’s done.

What it looks like in the Google Apps Script editor:

Get the Script

I’m sharing this tool for free. Download the full script at karnikayashwant.com/inbox-zero 

If you’re a Gmail user sitting on tens of thousands — or hundreds of thousands — of unread emails, this will give you a clean start in the time it takes to set it up.

Inbox zero is 3 minutes away.

Disclaimer: For information purposes only. Past performance is not indicative of future results.
placeholder
Ethereum Price Prediction: What To Expect From ETH In March 2026The Ethereum price enters March after a brutal February that delivered close to 20% losses. ETH has now posted six consecutive red months starting from September 2025, a streak unprecedented in the to
Author  Beincrypto
Mar 03, Tue
The Ethereum price enters March after a brutal February that delivered close to 20% losses. ETH has now posted six consecutive red months starting from September 2025, a streak unprecedented in the to
placeholder
Oil Hits $111, Iran Names New Leader — Bitcoin Dips Below $66KBitcoin briefly slipped below $66,000 on Monday before partially recovering. Oil prices surged to their highest levels since 2022. Iran also named a new supreme leader, deepening the geopolitical unce
Author  Beincrypto
8 hours ago
Bitcoin briefly slipped below $66,000 on Monday before partially recovering. Oil prices surged to their highest levels since 2022. Iran also named a new supreme leader, deepening the geopolitical unce
placeholder
Asian Stocks Worst Session in Years as War Enters Second WeekAsian equity markets suffered some of their steepest single-session losses in years Monday as oil surged above $100 a barrel for the first time since 2022, with the widening Iran war pushing investors
Author  Beincrypto
8 hours ago
Asian equity markets suffered some of their steepest single-session losses in years Monday as oil surged above $100 a barrel for the first time since 2022, with the widening Iran war pushing investors
placeholder
Ethereum (ETH) Whales Offset a Critical Transfer — Yet the $1,800 Zone Remains at RiskEthereum price has come under renewed pressure after a major on-chain event shook the market. Since March 6, ETH has dropped nearly 8%, even though it is down only about 1.4% over the past 24 hours.Th
Author  Beincrypto
8 hours ago
Ethereum price has come under renewed pressure after a major on-chain event shook the market. Since March 6, ETH has dropped nearly 8%, even though it is down only about 1.4% over the past 24 hours.Th
placeholder
Expert Flags $63,000 Bitcoin Risk While Charts Eye 18% Rally — Which Comes First?Bitcoin price is approaching a critical decision zone. One analyst warns the market cannot afford to lose the $63,000 zone ($63,700 to be exact), a break that could trigger a deeper decline.Yet at the
Author  Beincrypto
8 hours ago
Bitcoin price is approaching a critical decision zone. One analyst warns the market cannot afford to lose the $63,000 zone ($63,700 to be exact), a break that could trigger a deeper decline.Yet at the
goTop
quote