]> source.dussan.org Git - poi.git/commit
Bug 52400: fix handling some types of TNEF files, make HMEFMessage.HEADER_SIGNATURE...
authorDominik Stadler <centic@apache.org>
Sun, 3 Nov 2013 12:43:42 +0000 (12:43 +0000)
committerDominik Stadler <centic@apache.org>
Sun, 3 Nov 2013 12:43:42 +0000 (12:43 +0000)
commit16f576c3351376e826866e2d6f2453e70362b517
treeeedb4b6c298f33948de44df16c120340d9434c1f
parentcf4da543b8c92f86fe3dca3ec2180343b6caa8ad
Bug 52400: fix handling some types of TNEF files, make HMEFMessage.HEADER_SIGNATURE int as it is handled as int everywhere, move .dat files to HMEF sample dir, cover some border cases in HMEFMessage, add another .dat sample file

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1538353 13f79535-47bb-0310-9956-ffa450edef68
src/scratchpad/src/org/apache/poi/hmef/HMEFMessage.java
src/scratchpad/src/org/apache/poi/hmef/dev/HMEFDumper.java
src/scratchpad/testcases/org/apache/poi/hmef/TestBugs.java [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hmef/TestHMEFMessage.java
test-data/hmef/bug52400-winmail-simple.dat [new file with mode: 0644]
test-data/hmef/bug52400-winmail-with-attachments.dat [new file with mode: 0644]
test-data/hmef/winmail-sample1.dat [new file with mode: 0644]