]> source.dussan.org Git - poi.git/commit
Add a TNEF extractor class, which can be run from the command line to extract out...
authorNick Burch <nick@apache.org>
Thu, 3 Mar 2011 13:01:07 +0000 (13:01 +0000)
committerNick Burch <nick@apache.org>
Thu, 3 Mar 2011 13:01:07 +0000 (13:01 +0000)
commitf235709c33d8e2185c86242e1bcf5d48a2613593
treef67f926a76689f7ef37b5c157b473164d27e6031
parent9ae939c6f799b058f88b8b3ca7617d1ae9fdf600
Add a TNEF extractor class, which can be run from the command line to extract out the message body and attachments

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1076607 13f79535-47bb-0310-9956-ffa450edef68
src/scratchpad/src/org/apache/poi/hmef/attribute/MAPIRtfAttribute.java
src/scratchpad/src/org/apache/poi/hmef/extractor/HMEFContentsExtractor.java [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hmef/TestCompressedRTF.java