aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases/org/apache/poi/hsmf
Commit message (Expand)AuthorAgeFilesLines
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-074-179/+197
* 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
* Bug 57744: Fix parsing the email submission data when id contains a hyphenDominik Stadler2015-07-032-0/+59
* Bug 57678: Apply patch to better handle years in mail-messages between 1980 a...Dominik Stadler2015-07-032-3/+69
* Based on reading of the new file format docs, start to tweak how fixed length...Nick Burch2014-05-111-3/+17
* Have MAPIMessage try the codepage properties to get the ascii encoding, befor...Nick Burch2013-06-261-2/+2
* More unit tests for the HSMF fixed sized property values (a few still remain ...Nick Burch2013-06-261-7/+63
* Fix inconsistent whitespace in HSMF test filesNick Burch2013-06-265-432/+420
* Convert classes with a assertContains method to using the new POITestCase com...Nick Burch2013-06-262-28/+12
* 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-152-5/+126
* Use a chunk that really isn't there, to avoid issues when we start to support...Nick Burch2012-10-151-4/+5
* In preparation for reading the HSMF __properties stream, improve the Types su...Nick Burch2012-07-083-19/+32
* optimized unused imports in poi-scratchpadYegor Kozlov2012-03-051-1/+0
* Add test file for bug #51873 from Jeremy, and a test that uses itNick Burch2011-12-051-1/+17
* Fix typo, leave the old version there deprecated for nowNick Burch2011-10-062-2/+2
* Improve HSMF MAPIMessage access to the HTML and RTF versions of the message b...Nick Burch2011-04-011-4/+13
* Add new method to HSMF of MAPIMessage.has7BitEncodingStrings() to make it eas...Nick Burch2011-04-011-0/+12
* Update OutlookTextExtractor to request 7 bit encoding guessingNick Burch2011-04-011-0/+17
* Improve HSMF encoding guessing for 7 bit fields, and allow HSMF access to the...Nick Burch2011-04-011-0/+24
* Add support for custom MAPI Properties (0x8000 and above, plus unknown lower ...Nick Burch2011-01-122-0/+68
* MAPIProperty is a better fit name for HSMF, so change the name before it gets...Nick Burch2011-01-122-8/+8
* More converting of HSMF code to use strongly type attributesNick Burch2011-01-112-10/+5
* Start converting HSMF code to use the new strongly type MAPIAttribute class f...Nick Burch2011-01-112-2/+3
* Fix bug #47990 - Support for .msg attachments within a MAPIMessage .msgNick Burch2010-08-041-10/+48
* 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
* 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-032-2/+31
* 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
* Fix an issue with the HSMF tests working on some machines but not others - Ma...Nick Burch2010-02-191-18/+18
* Improved how HSMF handles multiple recipientsNick Burch2010-01-125-10/+300
* Make it possible to return null on missing chunks, rather than the exceptionNick Burch2010-01-111-0/+28
* 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
* More work on the recipient related chunks, including a helper method to do be...Nick Burch2010-01-083-10/+99
* Quick bit of refactoring to save parsing the type and id twiceNick Burch2010-01-081-1/+1
* Support fetching the message date from the submission idNick Burch2010-01-081-0/+12
* Tweak a few tests, and add in a few more chunk typesNick Burch2010-01-082-44/+51
* Complete chunk parser tests, and make more chunk groups availableNick Burch2010-01-081-0/+71
* Fix some chunk types, fix the directory descent, fix the Msg2txt example, and...Nick Burch2010-01-081-3/+81
* Shuffle where some of the HSMF tests live to better match package names, and ...Nick Burch2010-01-078-8/+69
* Start on major HSMF refactoring. Should compile, but not quite all tests pass...Nick Burch2010-01-073-34/+86
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-238-8/+12
* fixing compiler warnings - unused imports, declared exceptions not thrownJosh Micich2009-08-221-5/+1
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-181-37/+26
* Renamed test suites 'AllTests' to something more specificJosh Micich2009-06-121-22/+17