Releases: cjmach/pstconv
Releases · cjmach/pstconv
v0.9.9
- Add support for UTF-7 and ISO-8859-8-I encodings.
- Fixes issue #37.
A tool written in Java to convert proprietary Microsoft Outlook OST/PST files to EML or MBOX format, with support for password protected PST files.
- Release v0.9.8.
- Requires Java 8.
- OST/PST content is parsed and extracted with java-libpst library.
- Improved unit tests.
- Upgraded dependency and plugin versions.
- Jar is now deployed to releases.
v0.9.5
- Minor bug fix that prevents a potential NPE.
v0.9.4
Fixes a bug when processing PST content from a stream.
v0.9.2
Bug fixes:
- Upgrade java-libpst to version 0.9.5-SNAPSHOT to prevent an IndexOutOfBoundsException when calling PSTFolder.getNextChild().
v0.9.1
Bug fixes:
- Ensure an attachment has always a filename.
- Set default encoding to ISO-8859-1.
- Improve error handling and reporting.
v0.9.0
Small code improvements dealing with exception handling and reporting.
Outputs the time taken to convert the OST/PST file.