mirror of
https://github.com/LogicLabs-OU/OpenArchiver.git
synced 2026-04-06 00:31:57 +02:00
Initialize newMaxUids with lastUid instead of mailbox maximum to prevent marking unfetched emails as synced. The bug sets newMaxUids to the highest UID before fetching, causing all existing emails to be skipped when sync state is saved early. Fixes #45