]> source.dussan.org Git - poi.git/commit
Apply changes from BUREAU Nicolas from patch #47183 - attachment support for hsmf
authorNick Burch <nick@apache.org>
Sat, 16 May 2009 17:59:42 +0000 (17:59 +0000)
committerNick Burch <nick@apache.org>
Sat, 16 May 2009 17:59:42 +0000 (17:59 +0000)
commit58269cf7fe3d9a089dd2b3099678be46c95c4b50
treea3e1720a2c65e4bebe03e33f8df33c31a1873d7b
parent631a96b8bc38d60e97c0d4f87fac557de9ae7f12
Apply changes from BUREAU Nicolas from patch #47183 - attachment support for hsmf

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@775501 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/scratchpad/src/org/apache/poi/hsmf/MAPIMessage.java
src/scratchpad/src/org/apache/poi/hsmf/datatypes/AttachmentChunks.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hsmf/datatypes/ByteChunk.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hsmf/parsers/POIFSChunkParser.java
src/scratchpad/testcases/org/apache/poi/hsmf/AllTests.java
src/scratchpad/testcases/org/apache/poi/hsmf/data/attachment_test_msg.msg [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hsmf/model/TestFileWithAttachmentsRead.java [new file with mode: 0644]