Skip to content

Releases: cjmach/pstconv

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.

12 Jun 00:37
Compare
Choose a tag to compare
  • 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.6

13 Jul 21:55
Compare
Choose a tag to compare
  • Fixes issue #31 .

v0.9.5

23 Nov 22:37
Compare
Choose a tag to compare
  • Minor bug fix that prevents a potential NPE.

v0.9.4

09 Nov 19:39
Compare
Choose a tag to compare

Fixes a bug when processing PST content from a stream.

v0.9.3

07 Nov 16:09
Compare
Choose a tag to compare

Improve documentation.

v0.9.2

20 Oct 11:29
Compare
Choose a tag to compare

Bug fixes:

  • Upgrade java-libpst to version 0.9.5-SNAPSHOT to prevent an IndexOutOfBoundsException when calling PSTFolder.getNextChild().

v0.9.1

20 Oct 01:07
Compare
Choose a tag to compare

Bug fixes:

  • Ensure an attachment has always a filename.
  • Set default encoding to ISO-8859-1.
  • Improve error handling and reporting.

v0.9.0

19 Oct 21:06
Compare
Choose a tag to compare

Small code improvements dealing with exception handling and reporting.
Outputs the time taken to convert the OST/PST file.

v0.8.2

04 Sep 20:06
Compare
Choose a tag to compare

Bug fixes.

v0.8.1

04 Sep 19:20
Compare
Choose a tag to compare

Fix bug with system properties injection.