Describe the feature
Use CONDSTORE and QRESYNC to fetch only modifications since the last sync, instead of paging through every UID on every refresh.
Why this matters
Today every refresh re-fetches the visible window from scratch. With QRESYNC, the daemon can ask "what changed since MODSEQ X?" and the server answers with the deltas — 100x faster and ~free in bandwidth.
Notes
- Persist the last-seen MODSEQ per folder/account.
- Fall back to UID FETCH on servers without QRESYNC.
Describe the feature
Use
CONDSTOREandQRESYNCto fetch only modifications since the last sync, instead of paging through every UID on every refresh.Why this matters
Today every refresh re-fetches the visible window from scratch. With QRESYNC, the daemon can ask "what changed since MODSEQ X?" and the server answers with the deltas — 100x faster and ~free in bandwidth.
Notes