Is your feature request related to a problem?
Resyncing folders re-scans more than necessary on reconnect.
Describe the solution you'd like
Use CONDSTORE/QRESYNC (MODSEQ) to fetch only changes since the last sync.
Describe alternatives you've considered
Full rescans.
Additional context
See backend/imap and fetcher/fetcher.go.
Is your feature request related to a problem?
Resyncing folders re-scans more than necessary on reconnect.
Describe the solution you'd like
Use CONDSTORE/QRESYNC (MODSEQ) to fetch only changes since the last sync.
Describe alternatives you've considered
Full rescans.
Additional context
See
backend/imapandfetcher/fetcher.go.