Awesome
NOTE: this project is no longer maintained and superseded by https://github.com/bbottema/outlook-message-parser
msgparser
msgparser is a small open source Java library that parses Outlook .msg files and provides their content using Java objects.
<dependency>
<groupId>com.auxilii.msgparser</groupId>
<artifactId>msgparser</artifactId>
<version>1.1.15</version>
</dependency>
msgparser uses the Apache POI - POIFS library to parse the message files which use the OLE 2 Compound Document format. Thus, it is merely a convenience library that covers the details of the .msg file. The implementation is based on the information provided at fileformat.info.
Help wanted: To support a wide range of .msg files (e.g., in Chinese or Japanese), we need some example files. Please send us your .msg files that could not be parsed with this library.
- Documentation
- Project's original Home
- Forked code from SourceForge, so that msgparser can be deployed to Maven Central