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.