Files
twenty/packages/twenty-server
neo773 abe774da15 Message folders optimization (#16479)
- Batch Gmail API calls using `googleapis-batcher` for folder processing
  - Add concurrency limit for Microsoft Graph folder processing 
- Skip IMAP folder sync when no new messages (checks UIDVALIDITY/MODSEQ)
- Refactored `syncMessageFolders` to return folder state directly,
avoiding extra DB round-trips
- Refactored `processPendingFolderActions` to reuse state instead of
querying DB again
  - Add unique index on message folders entity

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
2025-12-19 17:04:48 +01:00
..
2025-12-19 17:04:48 +01:00
2025-12-19 12:47:31 +01:00
2025-12-17 08:48:17 +01:00
2025-12-19 12:47:31 +01:00
2025-08-11 14:10:04 +02:00