Skip to content

ifedoroff/msg-parser-java

Repository files navigation

Project provides support for parsing of the Outlook MSG files. Initially only two operations are supported:

  1. Extracting of bare attachments (binary files)
  2. Extracting of embedded MSG files

To start working please clone the project:

git clone https://github.com/ifedoroff/msg-parser

Checkout sub module responsible for parsing Compound Binary Format files:

git submodule init
git submodule update

Now you can work on a project and build it. To build a jar file use:

    gradlew jar

The below command will download Gradle distribution and run the build.

Usage examples are stored in src/test/java/samples.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages