aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases/org/apache/poi/hsmf/extractor
Commit message (Expand)AuthorAgeFilesLines
* fix spelling of OutlookTextExtractor class namePJ Fanning2019-12-261-210/+231
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-311-12/+16
* replace "String.indexOf(String) >= 1" with "String.contains(String)"Javen O'Neal2017-05-161-8/+8
* Eclipse automated refactor/cleanup: add final modifier to private fields to u...Javen O'Neal2016-10-201-1/+1
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-071-46/+66
* NPE fix for text extraction from MSG files with only a short nameNick Burch2015-08-051-0/+19
* Add some missing close(), reduce output in unit tests and remove some other E...Dominik Stadler2015-07-071-12/+29
* Convert classes with a assertContains method to using the new POITestCase com...Nick Burch2013-06-261-13/+5
* fixed failing tests, force UTC time zone when formatting datesYegor Kozlov2012-10-241-1/+3
* Bug #53784 - Partial support for fixed-length Outlook property values in HSMF...Nick Burch2012-10-151-5/+5
* Update OutlookTextExtractor to request 7 bit encoding guessingNick Burch2011-04-011-0/+17
* Tweak @link reference to avoid compiler issuesNick Burch2010-06-031-2/+1
* Remove un-used importsNick Burch2010-06-031-2/+0
* Parse the HSMF headers chunk if present, and use it to find Dates in text ext...Nick Burch2010-06-031-2/+2
* List attachment names in the output of OutlookTextExtractor (to get attachmen...Nick Burch2010-06-021-0/+31
* Fixed locale-sensitive formatters in PackagePropertiesPart, see Bugzilla 49138Yegor Kozlov2010-04-201-1/+7
* Improved how HSMF handles multiple recipientsNick Burch2010-01-121-1/+74
* Rename the outlook extractor to be more consistent with other extractorsNick Burch2010-01-081-7/+7
* Add a text extractor to HSMF for simpler extraction of text from .msg filesNick Burch2010-01-081-0/+95