How I handle 3 email accounts without losing my mind
← Back to Blog
April 2026·Productivity·11 min read

How I handle 3 email accounts without losing my mind

I used to start every morning with three browser tabs, three inboxes, and a growing sense of dread. Now an AI agent reads them all before I wake up. The journey from inbox chaos to automated calm took six months and changed how I think about attention.

The Three Inboxes

Let me describe the problem. I run a holding company, work as a developer at a German enterprise, and manage a growing portfolio of side projects. Each context has its own email account. Each account has its own personality.

Account one is the company inbox. Client correspondence, invoices, tax documents, legal notifications. Missing an email here means missing a payment deadline or a contract clause. The stakes are real and measured in euros.

Account two is the enterprise inbox. Jira notifications, code review requests, meeting invitations, HR communications. The volume is staggering - on a busy day, sixty messages arrive before lunch. Most are noise. Some are critical. Telling them apart requires actually reading them.

Account three is the project inbox. Lead generation responses, cold outreach replies, service inquiries, domain registrations, hosting notifications. This one is the most chaotic because it mixes high-value business opportunities with automated noise from every tool and platform I have ever signed up for.

Three accounts. Three contexts. Three sets of priorities. And every single morning, I sat down with a coffee and spent 90 minutes just reading email before I could start actual work.

The Morning Ritual I Hated

Here is what my morning used to look like. Wake up at 7. Coffee. Open the laptop. Three tabs - one for each Gmail account. Start with the company inbox because that is where the money is. Read every message. Reply to the urgent ones. Star the ones that need a longer response. Archive the rest.

Move to the enterprise inbox. Scan for anything from my manager or the CTO. Check if any code reviews need my attention. See if any meetings got rescheduled. Ignore the forty Jira notifications that could have been a dashboard.

Finally, the project inbox. This one was the worst. A cold outreach response buried between twelve hosting renewal notices and three newsletter subscriptions I forgot I signed up for. The response was from a business owner in Melbourne who wanted to discuss a website project. It sat unread for six hours because I did not get to inbox three until the afternoon.

That Melbourne lead went cold. Not because the product was bad. Not because the price was wrong. Because I read the email six hours too late, and by then they had found someone else.

That was the moment I decided this process was broken beyond manual repair.

The First Attempt: Rules and Filters

My first approach was the obvious one. Gmail filters. I spent an entire Saturday building a system of labels, filters, and priority markers. Emails from specific domains got auto-labeled. Newsletters went straight to a folder. Jira notifications were filtered by project key.

It helped for about two weeks. Then the volume grew past what any static rule system could handle. A new client used a personal Gmail address instead of a company domain - the filter missed it. A critical infrastructure alert came from a subdomain I had not whitelisted. A lead reply was threaded under the original cold outreach and inherited the "sent" label, making it invisible in the inbox.

Filters work when your email is predictable. Mine was not. The whole point of email is that anyone can send you anything at any time. Static rules cannot handle that level of chaos.

The Second Attempt: Scheduled Checking

I tried the productivity guru approach next. Check email three times a day: morning, after lunch, end of day. Batch processing. Focused attention. All the things the books recommend.

It lasted four days. On day five, a client sent an urgent invoice correction at 10 AM. I did not see it until 1 PM because I was in my "no email" focus block. The correction needed to be filed before noon for tax purposes. I missed the deadline. The accountant was not happy.

The problem with scheduled checking is that it assumes all emails have equal urgency. They do not. Most emails can wait hours. Some cannot wait minutes. The trick is knowing which is which - and you cannot know without reading them.

Batch processing works for people with one inbox and predictable correspondence. For someone juggling three accounts across multiple business contexts, it is a recipe for missed deadlines and lost opportunities.

The Breakthrough: AI-Powered Email Triage

The solution came from a different direction entirely. I had been building an AI assistant on OpenClaw - initially for other automation tasks - when I realized it could solve my email problem. Not with rules. Not with schedules. With judgment.

The core insight was simple: I did not need to read every email. I needed something to read every email for me and tell me which ones mattered.

I built an email monitoring skill that connects to all three Gmail accounts via the API. Every thirty minutes, it checks for new messages across all accounts. For each message, it performs a triage assessment: who sent it, what is the context, how urgent is it, does it require a response, and if so, how quickly.

The triage logic is not keyword matching. It is contextual understanding. An email from a domain I have never seen before that mentions "invoice" and "overdue" gets flagged as urgent. An email from Jira with a status change on a ticket I am not assigned to gets filed as informational. A reply to a cold outreach email - regardless of what labels Gmail applied - gets flagged as a high-priority lead because the system knows I sent the original message as part of a sales pipeline.

The Daily Digest

Instead of three inboxes, I now get one message. Every morning, the AI sends me a Telegram message with a structured summary of everything that happened overnight across all three accounts.

The format is consistent: urgent items first, with the sender, subject, and a one-sentence summary. Then important items that need action within the day. Then informational items grouped by account. At the bottom, statistics: total messages received, spam filtered, newsletters archived, automated notifications processed.

A typical morning digest looks like this: two urgent items (a client payment question and a code review blocking a release), four important items (a meeting rescheduled, a lead reply, an invoice to approve, a Confluence document to review), and thirty-seven informational items that were already archived.

What used to take 90 minutes now takes 5 minutes. I read the digest, respond to the urgent items, schedule time for the important ones, and ignore the rest because the AI already handled them.

Beyond Reading: Automated Responses

The next evolution was letting the AI respond to certain categories of email. Not blindly - with guardrails.

For the enterprise inbox, automated acknowledgments. When a code review request arrives, the AI checks my calendar and the PR size, then responds with an estimated review time: "I will review this by end of day" or "Large PR - will review tomorrow morning." Simple, but it sets expectations and reduces follow-up messages.

For the project inbox, automated lead qualification. When someone replies to a cold outreach email, the AI sends an immediate acknowledgment - within minutes, not hours. "Thanks for your interest. I have some availability this week - would any of these times work for a quick call?" with actual calendar slots pulled from my schedule. The lead gets a fast response. I get a pre-qualified meeting on my calendar.

For the company inbox, the AI drafts responses but never sends them automatically. Financial correspondence is too sensitive for full automation. Instead, it prepares a draft and flags it for my review. I read the draft, make minor edits, and send. What used to take ten minutes of reading context and composing a reply takes two minutes of reviewing a pre-written response.

The Architecture That Makes It Work

The technical implementation is less complex than you might think. Three Gmail API connections with OAuth tokens. A scheduler that checks for new messages every thirty minutes. A classification layer that assesses urgency and context. An action layer that can draft, respond, archive, or escalate. And a Telegram integration that delivers the digest.

The classification is the critical piece. It works because it has context that no email filter could have. It knows my calendar - so it knows when I am in meetings and cannot respond. It knows my active projects - so it can connect an email about "the dashboard" to the specific project it refers to. It knows my lead pipeline - so it recognizes when a reply is from a prospect versus a random inquiry.

All of this context lives in the workspace files that the AI agent reads at the start of every session. No fine-tuning, no custom model, no expensive infrastructure. Just well-organized context fed to a capable language model.

What Went Wrong

It was not smooth from the start. The first version of the classification system had a false positive rate of about 8%. Eight percent of messages were classified at the wrong urgency level. Most were over-classifications - treating informational emails as urgent - which is annoying but not dangerous. But a few were under-classifications - treating urgent emails as routine - which is dangerous.

The worst incident was a tax authority notice that the AI classified as "newsletter" because it came from a government domain that also sends monthly statistical bulletins. The notice was about a filing deadline change. I found it three days later during a manual inbox review I still do weekly as a safety net.

The fix was a sender reputation system. Certain senders - government agencies, banks, legal contacts - are always classified as at least "important" regardless of content analysis. It is a simple override list, but it eliminated the most dangerous failure mode.

I also added a weekly safety check: every Sunday evening, the AI scans all three inboxes for any message that was classified below "important" but received no action. It generates a report of potentially missed items. This has caught exactly three items in six months that slipped through - all of them were genuinely low priority, but the peace of mind is worth the five minutes it takes to review the report.

The Numbers

After six months with this system:

  • Morning email processing: 90 minutes reduced to 5 minutes
  • Average response time to urgent emails: 6 hours reduced to 23 minutes
  • Average response time to lead inquiries: 8 hours reduced to 4 minutes (automated acknowledgment)
  • Emails manually read per day: 120+ reduced to 8-12 (the ones that actually need human attention)
  • Missed deadlines due to email: 2-3 per quarter reduced to zero
  • Cold outreach response rate: improved 35% (faster replies mean warmer leads)

The time savings are significant: roughly 500 hours per year returned to productive work. But the real benefit is cognitive. I no longer start my day with dread. I no longer carry the mental weight of three unread inboxes. I no longer worry about what I might have missed. The system handles the reading. I handle the thinking.

What This Taught Me About Attention

Email is an attention problem disguised as a communication problem. The issue was never that I received too many messages. The issue was that every message demanded a decision: read now or later? Reply now or later? Important or not? And making 120 micro-decisions before 9 AM left me mentally exhausted before my real work began.

The AI does not make better decisions than me. It makes decisions I should not have to make. The difference between "urgent" and "informational" is not a hard judgment call - it is a tedious one. Tedious judgment calls are exactly what AI should handle. The hard judgment calls - how to respond to a difficult client, what to prioritize when two deadlines conflict, whether to pursue a lead or not - those still need a human brain. My brain. But now it arrives at those decisions fresh, not exhausted from an hour of inbox triage.

This is what I mean when I talk about AI amplifying human capability. It does not make me smarter. It makes me less tired. And a rested brain makes better decisions than a drained one, every time.

A Note for Anyone Drowning in Email

You do not need to build a custom AI system to improve your email workflow. But you do need to acknowledge that the problem exists. Email volume has outgrown human processing capacity for most knowledge workers. The solution is not discipline or willpower or better habits. The solution is delegation - whether to a human assistant, an AI system, or even a well-designed set of automations.

Start by measuring. How many emails do you receive per day? How many actually need your attention? How many could be handled by someone (or something) else? The gap between those numbers is your opportunity.

For me, the gap was 90%. Ninety percent of my daily email could be processed without my involvement. I was spending 90 minutes on something that required 9 minutes of actual attention. Once I saw that number, the automation was not optional - it was obvious.

Email is not a productivity system. It is an interrupt system. The goal is not to process it faster - it is to process less of it yourself.
Igor Gawrys
Igor Gawrys
AI Engineer & IT Consultant · Katowice, Poland