aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases/org/apache/poi/hsmf/TestBasics.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-268/+0
* add disabled test for corrupt filePJ Fanning2021-03-191-6/+30
* Sonar fixesAndreas Beeker2021-01-091-1/+1
* Sonar fixesAndreas Beeker2021-01-091-9/+9
* Sonar fixesAndreas Beeker2020-12-261-8/+8
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-241-48/+16
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-271-39/+52
* tidy up some test codePJ Fanning2017-09-191-6/+7
* add unit tests for MAPIMessage.get*Body()Javen O'Neal2017-01-051-6/+32
* junit improvements: assertEquals(null|true|false, ...) -> assertNull, assertT...Javen O'Neal2017-01-051-8/+8
* Eclipse automated refactor/cleanup: add final modifier to private fields to u...Javen O'Neal2016-10-201-8/+8
* Have MAPIMessage try the codepage properties to get the ascii encoding, befor...Nick Burch2013-06-261-2/+2
* Fix inconsistent whitespace in HSMF test filesNick Burch2013-06-261-75/+75
* Use a chunk that really isn't there, to avoid issues when we start to support...Nick Burch2012-10-151-4/+5
* Fix typo, leave the old version there deprecated for nowNick Burch2011-10-061-1/+1
* Add new method to HSMF of MAPIMessage.has7BitEncodingStrings() to make it eas...Nick Burch2011-04-011-0/+12
* Improve HSMF encoding guessing for 7 bit fields, and allow HSMF access to the...Nick Burch2011-04-011-0/+24
* Fix bug #49441 - Allow overriding and guessing of HSMF non-unicode string enc...Nick Burch2010-08-031-0/+19
* Better handling of Outlook messages in HSMF when there's no recipient email a...Nick Burch2010-06-141-0/+37
* Parse the HSMF headers chunk if present, and use it to find Dates in text ext...Nick Burch2010-06-031-0/+29
* Improved how HSMF handles multiple recipientsNick Burch2010-01-121-1/+10
* Make it possible to return null on missing chunks, rather than the exceptionNick Burch2010-01-111-0/+28
* More work on the recipient related chunks, including a helper method to do be...Nick Burch2010-01-081-0/+77