aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases/org/apache/poi/hmef/TestHMEFMessage.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-247/+0
* Sonar fixesAndreas Beeker2021-01-091-9/+9
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-241-9/+9
* Update library versionsAndreas Beeker2020-08-181-14/+12
* #63955 - HMEFContentsExtractor fails to extract content from winmail.datAndreas Beeker2020-01-081-67/+48
* Let IntelliJ simplify some assertionsDominik Stadler2019-12-151-2/+2
* 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-199/+233
* Fix HMEFMessage to allow fetching attributes by custom MAPI PropertiesNick Burch2016-07-041-0/+31
* Bug 52400: fix handling some types of TNEF files, make HMEFMessage.HEADER_SIG...Dominik Stadler2013-11-031-0/+79
* Strip trailing padding from HMEF compressed rtf when decodingNick Burch2011-03-141-2/+1
* Refactor the HMEF contents checks to use a superclass, and stub out the Rtf M...Nick Burch2011-03-051-6/+25
* Switch HMEF attributes to a factory scheme for creation, then add subtypes fo...Nick Burch2011-03-021-17/+17
* Refactor the TNEF Attributes to better match the MAPI ones, and move both int...Nick Burch2011-03-021-10/+12
* Start on unit tests for HMEF. Quite a bit is still stubbed out, and it shows ...Nick Burch2011-03-011-0/+103