Main > Programming > Libraries >

msgparser 1.3

msgparser 1.3

Sponsored Links

msgparser 1.3 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 1.1 MB
Platform: Any Platform
License: GPL v3
Price:
Downloads: 832
Date added: 2007-07-26
Publisher: Roman Kurmanowytsch

msgparser 1.3 description

msgparser project is a parser for .msg Files in Java.

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

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.

Examples:

This page shows how to use the msgparser library to access to content of a .msg file.

For parsing the .msg file, a MsgParser object must be created. This parser can process .msg files stored in a file or coming from an InputStream.

MsgParser msgp = new MsgParser();
Message msg = msgp.parseMsg("mail.msg");

The resulting msg object contains all necessary information (e.g., from, to, subject).

String fromEmail = msg.getFromEmail();
String fromName = msg.getFromName();
String subject = msg.getSubject();

Attachments are stored in Attachment objects.

List atts = msg.getAttachments();
for (Attachment att : atts) {
// do something with attachment
}

An attachment is either a file (which is a FileAttachment object) or another attached .msg file (i.e, an .msg file in an .msg file) (which is a MsgAttachment object).

msgparser 1.3 Screenshot

Advertisements

msgparser 1.3 Keywords

Bookmark msgparser 1.3

Hyperlink code:
Link for forum:

msgparser 1.3 Copyright

WareSeeker periodically updates pricing and software information of msgparser 1.3 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of msgparser 1.3 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
DNS name parser is a Java utility library for parsing dns names, ip and hw addresses. Free Download
MIME::Parser is a experimental class for parsing MIME streams. Free Download
HTML Parser is a Java library used to parse HTML in either a linear or nested fashion. Free Download
SMTPHandler is a handler for the java.util.logging library. Free Download
Parse::Java is a Perl module that acts like a parser for Java code. Free Download
HORRORss is a set of Java classes to parse RSS files. Free Download
DomSax is an implementation of a XML-parser based on the standard Document Object Model principle. Free Download
Java Mozilla Html Parser project is a Java package that enables you to parse html pages into a Java Document object. Free Download