https://github.com/jmcleodfoss/pstreader
Java library for reading Microsoft Outlook pst and ost files
https://github.com/jmcleodfoss/pstreader
application java-library microsoft-file-format ost-files pst-files
Last synced: 11 months ago
JSON representation
Java library for reading Microsoft Outlook pst and ost files
- Host: GitHub
- URL: https://github.com/jmcleodfoss/pstreader
- Owner: Jmcleodfoss
- License: mit
- Created: 2019-09-22T16:08:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-25T14:34:13.000Z (almost 3 years ago)
- Last Synced: 2023-09-26T01:50:06.706Z (almost 3 years ago)
- Topics: application, java-library, microsoft-file-format, ost-files, pst-files
- Language: Java
- Size: 1.62 MB
- Stars: 13
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://www.codacy.com/gh/Jmcleodfoss/pstreader/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Jmcleodfoss/pstreader&utm_campaign=Badge_Grade)



# pstreader
Java library for reading Microsoft Outlook pst and ost files, with ancillary libraries, a Swing application, and a servlet.
## Contents
### pst Library
A library for reading PST files, based on [[MS-PST]: Outlook Personal Folders (.pst) File Format](https://docs.microsoft.com/en-us/openspecs/office_file_formats/ms-pst/141923d5-15ab-4ef1-a524-6dce75aae546).
See [pst Library README](pst/README.md)
### LocaleBean
A bean for localization of Java Server Faces web applications.
See [localebean README](localebean/README.md)
Note: this artifact is not in Maven Central so its Javadoc is not publicly available.
### swingutil Library
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](swingutil/README.md)
### util Library
A utility library for with some useful functions used by related applications.
See [util library README](util/README.md)
### XML Utilities
These are all in the xml.jar package.
See [xml library README](xml/README.md).
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.
### Explorer Application
A stand-alone example application for browsing PST files
See [explorer README](explorer/README.md)
### pstExtractor Web Servlet
A JSF servlet which allows you to upload a file and then browse through it
See [pstExtractor README](pstExtractor/README.md).
Note: this artifact is not in Maven Central so its Javadoc is not publicly available.
### XSLT Templates
A set of xslt transformation templates to convert output from [io.github.jmcledofoss.xml.PSTIPFFolderTypeToXML](xml/src/main/io/github/jmcleodfoss/xml/PSTIPFFolderTypeToXML.java) to html.
See [xslt README](xslt/READM.md).