https://issues.apache.org/bugzilla/show_bug.cgi?id=47922
Summary: [PATCH] Added example HSMF application that converts a
.msg file to text and extracts attachments
Product: POI
Version: 3.6-dev
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: HSMF
AssignedTo: dev@poi.apache.org
ReportedBy: brunogirin@gmail.com
Created an attachment (id=24327)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24327)
The new file that constitutes this patch, packaged from the top POI directory
Added a new example package and class for HSMF:
org.apache.poi.hsmf.examples.Msg2txt
This example class is a command line utility that takes a number of .msg files
as arguments and, for each foo.msg, does the following:
- creates foo.txt by extracting out of foo.msg the display versions of a number
of standard fields (To, CC, etc) as well as the body's text;
- if foo.msg contains any attachment, creates a foo-att directory and stores
the attachments in that directory using the names specified in foo.msg
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org
|