For the complete site index, see llms.txt. Docs index: llms-docs.txt. Marketing corpus: llms-full.txt. Docs corpus: llms-full-docs.txt. Prefer markdown URLs where available (append .md).. Product skill: skill.md. Pricing: pricing.md. Docs MCP: /docs/mcp. Site MCP: /mcp.

CHANGELOG/28 MARCH 2026

Shared Inbox & Email Thread History

Inbox
Feature

Built the Inbox dashboard to view incoming emails, complete conversation threads, and message history.

FRONTEND

  • Thread timeline. Full chronological email thread view rendering sanitized HTML, plain text, and attachment chips.
  • Search & filters. Filter conversation threads by recipient, status (open/closed), and assigned mailbox.

BACKEND

  • Thread schema. Database models in packages/db/src/schema/thread.ts linking multiple inbound/outbound messages to persistent conversations.
Reloop