| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 58326 - Forbidden APIs patches - first set of changes for locale and time... | Andreas Beeker | 2015-09-07 | 4 | -179/+197 |
* | NPE fix for text extraction from MSG files with only a short name | Nick Burch | 2015-08-05 | 1 | -0/+19 |
* | Add some missing close(), reduce output in unit tests and remove some other E... | Dominik Stadler | 2015-07-07 | 1 | -12/+29 |
* | Bug 57744: Fix parsing the email submission data when id contains a hyphen | Dominik Stadler | 2015-07-03 | 2 | -0/+59 |
* | Bug 57678: Apply patch to better handle years in mail-messages between 1980 a... | Dominik Stadler | 2015-07-03 | 2 | -3/+69 |
* | Based on reading of the new file format docs, start to tweak how fixed length... | Nick Burch | 2014-05-11 | 1 | -3/+17 |
* | Have MAPIMessage try the codepage properties to get the ascii encoding, befor... | Nick Burch | 2013-06-26 | 1 | -2/+2 |
* | More unit tests for the HSMF fixed sized property values (a few still remain ... | Nick Burch | 2013-06-26 | 1 | -7/+63 |
* | Fix inconsistent whitespace in HSMF test files | Nick Burch | 2013-06-26 | 5 | -432/+420 |
* | Convert classes with a assertContains method to using the new POITestCase com... | Nick Burch | 2013-06-26 | 2 | -28/+12 |
* | fixed failing tests, force UTC time zone when formatting dates | Yegor Kozlov | 2012-10-24 | 1 | -1/+3 |
* | Bug #53784 - Partial support for fixed-length Outlook property values in HSMF... | Nick Burch | 2012-10-15 | 2 | -5/+126 |
* | Use a chunk that really isn't there, to avoid issues when we start to support... | Nick Burch | 2012-10-15 | 1 | -4/+5 |
* | In preparation for reading the HSMF __properties stream, improve the Types su... | Nick Burch | 2012-07-08 | 3 | -19/+32 |
* | optimized unused imports in poi-scratchpad | Yegor Kozlov | 2012-03-05 | 1 | -1/+0 |
* | Add test file for bug #51873 from Jeremy, and a test that uses it | Nick Burch | 2011-12-05 | 1 | -1/+17 |
* | Fix typo, leave the old version there deprecated for now | Nick Burch | 2011-10-06 | 2 | -2/+2 |
* | Improve HSMF MAPIMessage access to the HTML and RTF versions of the message b... | Nick Burch | 2011-04-01 | 1 | -4/+13 |
* | Add new method to HSMF of MAPIMessage.has7BitEncodingStrings() to make it eas... | Nick Burch | 2011-04-01 | 1 | -0/+12 |
* | Update OutlookTextExtractor to request 7 bit encoding guessing | Nick Burch | 2011-04-01 | 1 | -0/+17 |
* | Improve HSMF encoding guessing for 7 bit fields, and allow HSMF access to the... | Nick Burch | 2011-04-01 | 1 | -0/+24 |
* | Add support for custom MAPI Properties (0x8000 and above, plus unknown lower ... | Nick Burch | 2011-01-12 | 2 | -0/+68 |
* | MAPIProperty is a better fit name for HSMF, so change the name before it gets... | Nick Burch | 2011-01-12 | 2 | -8/+8 |
* | More converting of HSMF code to use strongly type attributes | Nick Burch | 2011-01-11 | 2 | -10/+5 |
* | Start converting HSMF code to use the new strongly type MAPIAttribute class f... | Nick Burch | 2011-01-11 | 2 | -2/+3 |
* | Fix bug #47990 - Support for .msg attachments within a MAPIMessage .msg | Nick Burch | 2010-08-04 | 1 | -10/+48 |
* | Fix bug #49441 - Allow overriding and guessing of HSMF non-unicode string enc... | Nick Burch | 2010-08-03 | 1 | -0/+19 |
* | Better handling of Outlook messages in HSMF when there's no recipient email a... | Nick Burch | 2010-06-14 | 1 | -0/+37 |
* | Tweak @link reference to avoid compiler issues | Nick Burch | 2010-06-03 | 1 | -2/+1 |
* | Remove un-used imports | Nick Burch | 2010-06-03 | 1 | -2/+0 |
* | Parse the HSMF headers chunk if present, and use it to find Dates in text ext... | Nick Burch | 2010-06-03 | 2 | -2/+31 |
* | List attachment names in the output of OutlookTextExtractor (to get attachmen... | Nick Burch | 2010-06-02 | 1 | -0/+31 |
* | Fixed locale-sensitive formatters in PackagePropertiesPart, see Bugzilla 49138 | Yegor Kozlov | 2010-04-20 | 1 | -1/+7 |
* | Fix an issue with the HSMF tests working on some machines but not others - Ma... | Nick Burch | 2010-02-19 | 1 | -18/+18 |
* | Improved how HSMF handles multiple recipients | Nick Burch | 2010-01-12 | 5 | -10/+300 |
* | Make it possible to return null on missing chunks, rather than the exception | Nick Burch | 2010-01-11 | 1 | -0/+28 |
* | Rename the outlook extractor to be more consistent with other extractors | Nick Burch | 2010-01-08 | 1 | -7/+7 |
* | Add a text extractor to HSMF for simpler extraction of text from .msg files | Nick Burch | 2010-01-08 | 1 | -0/+95 |
* | More work on the recipient related chunks, including a helper method to do be... | Nick Burch | 2010-01-08 | 3 | -10/+99 |
* | Quick bit of refactoring to save parsing the type and id twice | Nick Burch | 2010-01-08 | 1 | -1/+1 |
* | Support fetching the message date from the submission id | Nick Burch | 2010-01-08 | 1 | -0/+12 |
* | Tweak a few tests, and add in a few more chunk types | Nick Burch | 2010-01-08 | 2 | -44/+51 |
* | Complete chunk parser tests, and make more chunk groups available | Nick Burch | 2010-01-08 | 1 | -0/+71 |
* | Fix some chunk types, fix the directory descent, fix the Msg2txt example, and... | Nick Burch | 2010-01-08 | 1 | -3/+81 |
* | Shuffle where some of the HSMF tests live to better match package names, and ... | Nick Burch | 2010-01-07 | 8 | -8/+69 |
* | Start on major HSMF refactoring. Should compile, but not quite all tests pass... | Nick Burch | 2010-01-07 | 3 | -34/+86 |
* | moved all test data to a top-level directory, refactored all junit usages of ... | Yegor Kozlov | 2009-08-23 | 8 | -8/+12 |
* | fixing compiler warnings - unused imports, declared exceptions not thrown | Josh Micich | 2009-08-22 | 1 | -5/+1 |
* | Fixed compiler warnings - unnecessary throws declaration | Josh Micich | 2009-08-18 | 1 | -37/+26 |
* | Renamed test suites 'AllTests' to something more specific | Josh Micich | 2009-06-12 | 1 | -22/+17 |