Thread discovery #320

Closed
opened 2026-04-05 16:17:24 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @wayneshn on 8/5/2025

Summary

Thread discovery, implementation of #13

Changes

  • Database Schema Changes: Add a new field to the archived_emails table to store a unique thread identifier.
  • Ingestion Connectors: Modify the ingestion connectors to extract or generate a thread ID for each email.
  • API Endpoint: Update the API endpoint for retrieving a single archived email to also return all emails in the same thread.
  • UI: Add email thred block on email preview

Preview

image
*Originally created by @wayneshn on 8/5/2025* ## Summary Thread discovery, implementation of #13 ## Changes - Database Schema Changes: Add a new field to the archived_emails table to store a unique thread identifier. - Ingestion Connectors: Modify the ingestion connectors to extract or generate a thread ID for each email. - API Endpoint: Update the API endpoint for retrieving a single archived email to also return all emails in the same thread. - UI: Add email thred block on email preview ## Preview <img width="2656" height="1444" alt="image" src="https://github.com/user-attachments/assets/c71bf319-ed8c-4df5-96d7-0834203e8f59" />
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OpenArchiver#320