jar

com.auxilii.msgparser : msgparser

Maven & Gradle

Mar 01, 2017
4 stars

msgparser · A small open source Java library that parses Outlook .msg files and provides their content using Java objects.

Table Of Contents

Latest Version

Download com.auxilii.msgparser : msgparser JAR file - Latest Versions:

All Versions

Download com.auxilii.msgparser : msgparser JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window msgparser-1.1.15.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.auxilii.msgparser

├─ com.auxilii.msgparser.FieldInformation.class - [JAR]

├─ com.auxilii.msgparser.Message.class - [JAR]

├─ com.auxilii.msgparser.MessageProperty.class - [JAR]

├─ com.auxilii.msgparser.MsgParser.class - [JAR]

├─ com.auxilii.msgparser.RecipientEntry.class - [JAR]

com.auxilii.msgparser.rtf

├─ com.auxilii.msgparser.rtf.JEditorPaneRTF2HTMLConverter.class - [JAR]

├─ com.auxilii.msgparser.rtf.RTF2HTMLConverter.class - [JAR]

├─ com.auxilii.msgparser.rtf.SimpleRTF2HTMLConverter.class - [JAR]

com.auxilii.msgparser.attachment

├─ com.auxilii.msgparser.attachment.Attachment.class - [JAR]

├─ com.auxilii.msgparser.attachment.FileAttachment.class - [JAR]

├─ com.auxilii.msgparser.attachment.MsgAttachment.class - [JAR]

Advertisement