| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
NOTE: this project is no longer maintained and superseded by https://github.com/bbottema/outlook-message-parser
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.
| Back | FazBrowse Home | New Git URL |