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/16 NOVEMBER 2025

Inbound MIME Parser to Structured JSON

Inbound
Backend

Incoming messages are automatically parsed from raw MIME into clean JSON (apps/backend/inbound).

BACKEND

  • MIME parser. Automatically parses complex multipart MIME messages into clean HTML, text, headers, and attachments.
  • JetStream bus. Publishes parsed JSON email events onto internal NATS JetStream queues for downstream service processing.
Reloop