Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

TheConfusedCat/msgparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: this project is no longer maintained and superseded by https://github.com/bbottema/outlook-message-parser

License: GPL v3 Latest Release Javadocs Build Status Codacy

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.

About

msgparser - A parser for .msg Files in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages