v0.3.2 — no folder left behind
Bug-fix release for large Thunderbird profiles.
Fixed
- Scanning a large Thunderbird profile no longer fails with "The filename or extension is too long. (os error 206)" (#66). The desktop app passed every discovered mail folder to the conversion engine as a command-line argument, so profiles with alot of mail folders could exceeded Windows' 32,767-character command-line limit and the scan couldn't start, regardless of how short the profile path was. The app now hands the folder list to the engine through a temporary file, via a new additive
scan --input-list <file>CLI flag (one path per line; combines with the existing repeatable--input).
Verified against a 400-folder reproduction that fails identically on 0.3.1 and scans/converts cleanly on this build.
Full changelog: https://github.com/ContinuMail/continumail-converter/blob/main/CHANGELOG.md