From 61c12d34795ad71fce8b5078cfd003c40c8924d4 Mon Sep 17 00:00:00 2001 From: cesnimda Date: Wed, 1 Apr 2026 16:51:02 +0200 Subject: [PATCH] feat: add global correspondence inbox --- SMART_GMAIL_PROGRESS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SMART_GMAIL_PROGRESS.md b/SMART_GMAIL_PROGRESS.md index bbb4aec..4a574d1 100644 --- a/SMART_GMAIL_PROGRESS.md +++ b/SMART_GMAIL_PROGRESS.md @@ -30,6 +30,10 @@ - imported correspondence now stores direction, Gmail labels JSON, and attachment metadata JSON - Gmail message detail extraction now reads labels and attachment metadata from Gmail payloads - focused Gmail backend/frontend tests pass against the richer import contract +- Added the first cross-job UX surface: + - new `/correspondence` inbox API + - new global correspondence inbox page and nav route + - focused frontend test for inbox filtering/refresh behavior ## Next tasks 1. Implement M006/S01/T01: refactor Gmail connection foundation and sync-state model.