JMAP Registry API implementation - part 1

This commit is contained in:
mdecimus
2026-02-22 19:41:56 +01:00
parent f2c2ad6748
commit ec148c5550
21 changed files with 733 additions and 220 deletions

View File

@@ -395,6 +395,7 @@ pub fn spawn_housekeeper(inner: Arc<Inner>, mut rx: mpsc::Receiver<HousekeeperEv
Housekeeper(trc::HousekeeperEvent::Run),
Type = "purge_data_store"
);
let todo = "make sure all store types are purged, in memory, metrics, tracing, etc";
queue.schedule(
Instant::now()