aboutsummaryrefslogtreecommitdiffstats
path: root/test-data/hsmf
Commit message (Collapse)AuthorAgeFilesLines
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-121-0/+0
| | | | | | | | | We try to avoid throwing ClassCastException, but it was possible to trigger one here with a specially crafted input-file Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61400 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911618 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-101-0/+0
| | | | | | | | | We try to avoid throwing ClassCastException, but it was possible to trigger one here with a specially crafted input-file Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61330 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911586 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-061-0/+0
| | | | | | | | | | | We try to avoid throwing ClassCastException, but it was possible to trigger one here with a specially crafted input-file Also rework test a bit to use try-with-resources and proper formatting Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61221 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911494 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66335] add test case for issue and add some of the code from purported fixPJ Fanning2022-11-041-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905061 13f79535-47bb-0310-9956-ffa450edef68
* github-167 - HSMF enhancementsAndreas Beeker2020-03-081-0/+0
| | | | | | | | | | | | | | | | | introduce NameIdChunks.GetPropertyTag: which enables evaluating property ids from properties identified by name/id in property sets (simple version of IMAPIProp::GetIDsFromNames) AttachmentChunks.getAttachData: use new ByteChunkDeferred instead of ByteChunk which enables delayed reading of attachments to avoid all attachments are completely read into memory when parsing which may cause OutOfMemoryErrors on e-mails with big attachments. POIFSChunkParser: support reading multi valued chunks (e.g. required when reading the Keywords ("categories") property) add MAPIProperty.RECEIVED_BY_SMTP_ADDRESS add unit tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874990 13f79535-47bb-0310-9956-ffa450edef68
* [github-149] improve MAPIMessage.guess7BitEncoding, improve ↵PJ Fanning2019-05-265-0/+0
| | | | | | MAPIMessage.getHtmlBody. Thanks to Dominik Hölzl. This closes #149 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1860043 13f79535-47bb-0310-9956-ffa450edef68
* 60325: Add commented out test that reproduces the performance issueDominik Stadler2017-04-301-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793251 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60795 -- add enum for message class in MAPIMessage; deprecate ↵Tim Allison2017-03-015-0/+0
| | | | | | getMessageClass() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1784978 13f79535-47bb-0310-9956-ffa450edef68
* bug 60550: read ContentID chunks from mail attachmentsJaven O'Neal2017-01-051-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777428 13f79535-47bb-0310-9956-ffa450edef68
* Remove incorrectly set svn:executable flagsDavid North2016-08-101-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1755847 13f79535-47bb-0310-9956-ffa450edef68
* Fix possible NPE found with msg-file from CommonCrawlDominik Stadler2016-01-181-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725334 13f79535-47bb-0310-9956-ffa450edef68
* Test outlook msg files from bug #58214Nick Burch2015-08-052-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694233 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57744: Fix parsing the email submission data when id contains a hyphenDominik Stadler2015-07-032-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1688998 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57678: Apply patch to better handle years in mail-messages between 1980 ↵Dominik Stadler2015-07-033-0/+0
| | | | | | and 1999. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1688993 13f79535-47bb-0310-9956-ffa450edef68
* removed svn:executable from test filesYegor Kozlov2012-11-252-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1413341 13f79535-47bb-0310-9956-ffa450edef68
* Test files for HSMF from Bug #53784Nick Burch2012-10-142-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1398070 13f79535-47bb-0310-9956-ffa450edef68
* Add test file for bug #51873 from Jeremy, and a test that uses itNick Burch2011-12-051-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1210332 13f79535-47bb-0310-9956-ffa450edef68
* Improve HSMF encoding guessing for 7 bit fields, and allow HSMF access to ↵Nick Burch2011-04-011-0/+0
| | | | | | the HTML body contents in MAPIMessage git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1087726 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #47990 - Support for .msg attachments within a MAPIMessage .msgNick Burch2010-08-041-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@982331 13f79535-47bb-0310-9956-ffa450edef68
* Add sample .msg file which uses a different codepageNick Burch2010-06-291-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@958971 13f79535-47bb-0310-9956-ffa450edef68
* Better handling of Outlook messages in HSMF when there's no recipient email ↵Nick Burch2010-06-141-0/+0
| | | | | | address git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@954476 13f79535-47bb-0310-9956-ffa450edef68
* Improved how HSMF handles multiple recipientsNick Burch2010-01-124-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@898295 13f79535-47bb-0310-9956-ffa450edef68
* Fix some chunk types, fix the directory descent, fix the Msg2txt example, ↵Nick Burch2010-01-081-0/+0
| | | | | | and start on fixing core tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@897167 13f79535-47bb-0310-9956-ffa450edef68
* moved all test data to a top-level directory, refactored all junit usages of ↵Yegor Kozlov2009-08-234-0/+0
.testdata.path to one place git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@806959 13f79535-47bb-0310-9956-ffa450edef68