Java library for reading Microsoft Outlook pst and ost files, with ancillary libraries, a Swing application, and a servlet.
A library for reading PST files, based on [MS-PST]: Outlook Personal Folders (.pst) File Format. See pst Library README
A bean for localization of Java Server Faces web applications. See localebean README Note: this artifact is not in Maven Central so its Javadoc is not publicly available.
A library of useful Java Swing functions used by the pst library. It is separate because I wanted the pst library to be as independent of Swing as possibly, but still able to be used by Swing applications. See swingutil library README
A utility library for with some useful functions used by related applications. See util library README
These are all in the xml.jar package. See xml library README. Note: this artifact is not in Maven Central so its Javadoc is not publicly available. See also the xslt template files in the xslt directory.
A stand-alone example application for browsing PST files See explorer README
A JSF servlet which allows you to upload a file and then browse through it See pstExtractor README. Note: this artifact is not in Maven Central so its Javadoc is not publicly available.
A set of xslt transformation templates to convert output from io.github.jmcledofoss.xml.PSTIPFFolderTypeToXML to html. See xslt README.