Introducing SeaView Mail: AI that reads your inbox, but never acts without you
Hello! I'm Gene, and this is the first post on the SeaView Mail blog. SeaView Mail is an AI email intelligence service I've been building as an independent developer — it connects to the mailboxes you already have, figures out what actually needs your attention, and helps you clear the rest. Today I want to introduce the app properly: why it exists, what it does, and the one design principle that shapes everything in it.
Why another email tool?
Email isn't broken because we get too much of it. It's broken because everything arrives with the same weight. The contract that needs your signature by Friday lands in the same undifferentiated list as a 40%-off shoe sale, a security alert, three newsletters, and a receipt. Your brain has to do the sorting, dozens of times a day, every day.
Modern AI is genuinely good at that sorting. It can read a message and tell you: this one needs a reply, this one has a deadline buried in paragraph three, this one is a newsletter you never open. The technology isn't the hard part anymore.
The hard part is trust. Handing an AI the keys to your email — the account that can reset every other password you own — is a big ask. Most people's instinct is somewhere between hesitation and absolutely-not. I think that instinct is healthy, and I built SeaView Mail around it instead of against it.
The principle: propose, don't act
Here is the rule that shapes every feature in SeaView Mail: the AI proposes; you decide.
SeaView reads and analyzes your mail, and when it thinks a message can be archived or trashed, it doesn't do it. It attaches a small suggestion — "✦ Archive" — to the message. One click approves it; one click dismisses it. Nothing in your mailbox changes until you say so.
And underneath that simple interaction, several harder guarantees:
- Nothing is ever permanently deleted automatically. "Trash" means your provider's trash folder, with its normal recovery window — never a hard delete.
- Deterministic safety rules sit above the AI. Some rules are not up to the model's judgment: security alerts and invoices can never be trashed, low-confidence suggestions are flagged, and automation has hard rate brakes. The AI suggests; fixed rules decide what's even allowed.
- Everything is audited and reversible. Every action records who approved it, why it was suggested, and how to undo it. The History page has a one-click Undo.
- Connections start read-only. When you first connect a mailbox, SeaView can look but cannot touch. You explicitly upgrade to allow actions when — and if — you're ready.
If you've ever wanted AI help with email but didn't want to hand over control, that's exactly the gap this app is built to fill.
What SeaView Mail does
It reads everything so you read less
As mail arrives, SeaView classifies each message into categories like Important, Reply needed, Newsletter, Promotion, Invoice, and Security alert. It writes a one-line summary, scores importance, and detects deadlines hiding in the body text. Your inbox stops being a wall of subject lines and becomes a triaged list you can scan in seconds — each row shows the sender, the subject, the AI's summary, and which of your mailboxes it lives in.
Smart views: the inbox, sliced by what matters
One tap filters your mail to Needs attention (replies owed, important mail), Unread, Has deadline, or High importance. The dashboard gives you the same at a glance: four numbers that tell you whether anything actually needs you today. Many days, the honest answer is "no" — and knowing that in five seconds is the whole point.
One-click triage, keyboard included
Suggestions are approved right on the inbox row — click "✦ Archive" and it's done, with an undo toast in case of a slip. If you prefer the keyboard, the inbox drives like a power tool: j/k to move, e to archive, # to trash, a to approve a suggestion, ? for the full cheat sheet. Snooze anything you can't deal with now and it resurfaces later.
All your mailboxes, together
SeaView connects Gmail, Microsoft 365, and any IMAP mailbox — and shows them as one intelligent inbox, with each message clearly labeled by account. Personal Gmail plus work Microsoft 365 plus that old Fastmail account: one triage, one set of suggestions, one place to look. This is something the built-in AI of any single provider will never do for you.
Search that reaches your whole history
Search covers subject, sender, and full body text of your synced mail — and when you need something older, Search all mail reaches through to your provider's deep history on demand.
A daily digest, so some days you skip the inbox entirely
Each morning, SeaView can email you a digest: what needs a reply, what deadlines are coming, and how many cleanups await your review — each item linking straight to the message. Prefer chat? The digest can mirror to Slack or Teams.
Automation you grow into
After you've approved the same suggestion a dozen times — archive every newsletter from that one sender — you can turn it into a rule: a narrow, standing approval with a confidence threshold. Rules support dry-run mode so you can watch what a rule would have done before trusting it, they're rate-limited by design, and every execution is audited like any other action. The intended journey: read-only → approve one-by-one → approve in bulk → automate the repetitive slice. Your trust gates every step.
Built to build on
SeaView Mail isn't a walled garden. It ships with a typed public API (personal API keys, read-only or full scope), signed webhooks for events like "email analyzed" and "action executed," and — my favorite — an MCP server: connect Claude or any Model-Context-Protocol assistant to your mailbox with a revocable token, and ask things like "what needs a reply before Friday?" in plain conversation. The MCP surface is deliberately read-only: your assistant can research your inbox, but acting on it still goes through you.
What SeaView Mail deliberately is not
It's not a mail client replacement. You keep Gmail, Outlook, or whatever you love — SeaView is an intelligence layer on top. It doesn't send email on your behalf, and composing/replying stays in your provider where it already works perfectly. It's not an enterprise surveillance tool either: it's built for individuals and small teams who want their own inbox to weigh less.
And a privacy commitment worth stating plainly: your email is never sold and never used to train generalized AI models. Automated analysis only; humans don't read your mail; access tokens are encrypted at rest; disconnecting a mailbox stops access immediately. The full details are in the privacy policy — written to be read.
Where things stand
SeaView Mail is live at app.seaviewmail.com and free while in beta. Connect a mailbox read-only, let it triage for a day, and see whether the "needs attention" list earns your trust. If it does, enable actions and let it start clearing the noise — one approved suggestion at a time.
This blog is where I'll share what's next: new features as they ship, the occasional deep-dive into how the safety model works under the hood, and honest notes from building an AI product as an independent developer.
Thanks for reading — and if you try SeaView Mail, I'd genuinely love to hear what you think: support@seaviewmail.com.
— Gene