---
title: Introduction
description: "Mailtidy is a unified inbox for all your IMAP email accounts — one time-sorted, searchable, keyboard-driven stream."
---

> **For AI agents:** the complete documentation index is at [llms.txt](/llms.txt). Append `.md` to any page URL for its markdown version.

Mailtidy connects your email accounts over IMAP and merges them into a single,
time-sorted stream. Read everything in one place, search across every account at once,
and move through your mail with the keyboard.

<Note>
Mailtidy works with any provider that speaks **IMAP** — Gmail, Fastmail, iCloud,
Office 365, and self-hosted servers included. Your mail stays on your provider; Mailtidy
is a reader and composer on top of it.
</Note>

## What you can do

<Columns cols={2}>
  <Card title="One unified inbox" icon="inbox">
    Every account merged into a single newest-first stream. Filter to one account, or read them all together.
  </Card>
  <Card title="Search everything" icon="magnifying-glass" href="/unified-inbox">
    Full-text search across all your accounts at once — no switching mailboxes.
  </Card>
  <Card title="Keyboard-first" icon="keyboard" href="/keyboard-shortcuts">
    Navigate, read, reply, archive, and delete without touching the mouse.
  </Card>
  <Card title="Send and reply" icon="paper-plane">
    Compose and reply over your account's own SMTP — sent mail lands in your real Sent folder.
  </Card>
</Columns>

## How it stays in sync

Mailtidy keeps a live connection to your inbox, so new mail appears within seconds — no
manual refresh. Actions flow both ways: mark something read in Mailtidy and it's read on
the server; archive or delete in another mail app and it disappears here too.

<Info>
Archiving, deleting, and moving in Mailtidy perform the **real IMAP operations** on your
account. Delete is recoverable — it moves mail to Trash, not straight to permanent deletion.
</Info>

## Private by design

Your IMAP credentials are encrypted at rest and never stored in plaintext. Connections
use TLS. Removing an account from Mailtidy deletes the local copy only — **your mailbox is
never touched.**

## Next steps

<Columns cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Go from sign-up to a unified inbox in a few minutes.
  </Card>
  <Card title="Connect an account" icon="link" href="/connecting-accounts">
    What you need to connect Gmail, Fastmail, Office 365, and more.
  </Card>
</Columns>
