aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases/org/apache/poi/hmef/TestCompressedRTF.java
Commit message (Expand)AuthorAgeFilesLines
* Replace manual close with try-with-resourcesDominik Stadler2019-12-151-4/+4
* Adjust some JavaDoc and fix some IDE warningsDominik Stadler2019-12-141-3/+4
* #63955 - HMEFContentsExtractor fails to extract content from winmail.datAndreas Beeker2019-12-011-135/+144
* Add missing @Overrides, reformat some files, increase coverage slightly,Dominik Stadler2014-06-111-28/+32
* Strip trailing padding from HMEF compressed rtf when decodingNick Burch2011-03-141-3/+18
* Refactor the HMEF contents checks to use a superclass, and stub out the Rtf M...Nick Burch2011-03-051-3/+21
* Two more differences between the LZW in HDGF and HMEF:Nick Burch2011-03-051-4/+2
* Add a TNEF extractor class, which can be run from the command line to extract...Nick Burch2011-03-031-34/+37
* Refactor the TNEF Attributes to better match the MAPI ones, and move both int...Nick Burch2011-03-021-1/+2
* Start on unit tests for HMEF. Quite a bit is still stubbed out, and it shows ...Nick Burch2011-03-011-0/+155