]> source.dussan.org Git - poi.git/commit
Add initial low level code for HMEF, an implementation of TNEF (aka winmail.dat)...
authorNick Burch <nick@apache.org>
Wed, 22 Dec 2010 05:04:19 +0000 (05:04 +0000)
committerNick Burch <nick@apache.org>
Wed, 22 Dec 2010 05:04:19 +0000 (05:04 +0000)
commitb3f1888f6bcaff1166c778f5d85c505474fe8a77
tree29309b13fd22a897078d0195d5f632335a60eb1d
parentbd17bf45a966eae21fe716fe028c2d357f7b1ec4
Add initial low level code for HMEF, an implementation of TNEF (aka winmail.dat). Currently processes core attributes, but not embedded MAPI ones, and still needs to do more for extraction

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1051756 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/book.xml
src/documentation/content/xdocs/hdgf/book.xml
src/documentation/content/xdocs/hmef/book.xml [new file with mode: 0644]
src/documentation/content/xdocs/hmef/index.xml [new file with mode: 0644]
src/documentation/content/xdocs/index.xml
src/documentation/content/xdocs/overview.xml
src/scratchpad/src/org/apache/poi/hmef/Attachment.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hmef/Attribute.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hmef/CompressedRTF.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hmef/HMEFMessage.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hmef/dev/HMEFDumper.java [new file with mode: 0644]