3 Commits (f4bb4560edd288e6916d222b76caa8c9aa97baf7)

Autor SHA1 Mensagem Data
  PJ Fanning f4bb4560ed code tidy up 2 anos atrás
  PJ Fanning 837590024f [bug-65741] rework previous change 2 anos atrás
  Andreas Beeker b6aee1ef6d 65206 - Migrate ant / maven to gradle build 3 anos atrás
  Andreas Beeker 37791e4bdf 65206 - Migrate ant / maven to gradle build 3 anos atrás
  Marius Volkhart 259c9967ef [bug-63046] Use Log4j 2 for logging 3 anos atrás
  Andreas Beeker 3778a3e9e2 Sonar fixes 3 anos atrás
  PJ Fanning bd1d31e410 avoid string concats 3 anos atrás
  Axel Howind 4f8879f8ef use zero size arg to toArray(), use Collection.addAll() (#63805, second patch) 4 anos atrás
  PJ Fanning 0ccbf4671d fix forbidden api issue 5 anos atrás
  PJ Fanning f74a8f9abb [github-149] improve MAPIMessage.guess7BitEncoding, improve MAPIMessage.getHtmlBody. Thanks to Dominik Hölzl. This closes #149 5 anos atrás
  Andreas Beeker 8ebfec4808 #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS* 5 anos atrás
  Dominik Stadler 467053d91c Various code cleanups, "final" for static methods is useless, for-loops, simplify boolean conditions, try-with-resource, javadoc, ... 6 anos atrás
  Dominik Stadler 0cfa1ede4c Remove unnecessary type arguments (Java 8) 6 anos atrás
  Dominik Stadler 32370cfd1c Remove unnecessary initialization of members 6 anos atrás
  Dominik Stadler 037800436a Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary casts 6 anos atrás
  PJ Fanning 03b4a49d9f remove some deprecated code slated for removal in 3.18 6 anos atrás
  Tim Allison b8905bdd74 Bug 60795 -- fixed deprecation, thanks to Javen. 7 anos atrás
  Tim Allison 1ace11526e Bug 60795 -- add enum for message class in MAPIMessage; deprecate getMessageClass() 7 anos atrás
  Javen O'Neal f904acbb01 bug 60331: remove deprecated constructor and method in scratchpad o.a.p.hsmf.MAPIMessage 7 anos atrás
  Andreas Beeker 41d8585723 SonarCube fix - make members private 7 anos atrás
  Nick Burch 667cfcb196 Mark some more scratchpad document types as currently being read-only 7 anos atrás
  Nick Burch 88bc3f928e Comment and Javadoc updates 8 anos atrás
  Andreas Beeker a3d2eb57ff Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings 8 anos atrás
  Nick Burch 2d0241181a Have MAPIMessage try the codepage properties to get the ascii encoding, before falling back to the existing logic around content type parsing 11 anos atrás
  Nick Burch daea88523a Make the fixed sized properties parser more flexible in the face of slightly duff data 11 anos atrás
  Nick Burch 141bd7f85f Fix inconsistent whitespace in HSMF files 11 anos atrás
  Nick Burch 59320b3ed5 Continue with support for property lookups of chunks 11 anos atrás
  Nick Burch 1c99cef041 Start on decoding fixed sized HSMF properties, and linking the variable sized ones with their matching chunks 11 anos atrás
  Nick Burch 33f0ca42b8 Bug #53784 - Partial support for fixed-length Outlook property values in HSMF, with test from Claudius from the bug report 11 anos atrás
  Nick Burch 4088217930 In preparation for reading the HSMF __properties stream, improve the Types support to be a class with ID+Name+Length, rather than simply an ID. Allows some tidying in HMEF. (Also stubs a few properties bits) 12 anos atrás
  Nick Burch 4a607e17e1 Fix bug #52664 - MAPIMessage may not always have name chunks when checking for 7 bit encodings 12 anos atrás
  Nick Burch 0598dbf42c Fix typo, leave the old version there deprecated for now 12 anos atrás
  Maxim Valyanskiy 0e75f256c3 bug#51901: StringChunk.parseAs7BitData - Encoding not found - US-ASCII; format=flowed 12 anos atrás
  Maxim Valyanskiy e1deb2c197 MAPIMessage: skip UTF-8 in guess7bitEncoding because UTF-8 are never used as one-byte encoding in Outlook 12 anos atrás
  Maxim Valyanskiy 555144babe MAPIMessage: fix NPE in set7BitEncoding 12 anos atrás
  Yegor Kozlov 8b85912bed cleaned javadocs warnings 13 anos atrás
  Nick Burch 842623b73f Tweak 7 bit guessing code 13 anos atrás
  Nick Burch 7f85de2ba3 Improve HSMF MAPIMessage access to the HTML and RTF versions of the message body (where available) 13 anos atrás
  Nick Burch f7656dc6bf Add new method to HSMF of MAPIMessage.has7BitEncodingStrings() to make it easier to decide when encoding guessing is needed 13 anos atrás
  Nick Burch dcdb268d3b Improve HSMF encoding guessing for 7 bit fields, and allow HSMF access to the HTML body contents in MAPIMessage 13 anos atrás
  Nick Burch 27e3d4ea26 More NPOIFS Constructor updates 13 anos atrás
  Nick Burch d702bca35f Start converting HSMF code to use the new strongly type MAPIAttribute class for lookups, and add a dev class for listing the defined attributes 13 anos atrás
  Nick Burch 62499bc465 Fix bug #49441 - Allow overriding and guessing of HSMF non-unicode string encodings 14 anos atrás
  Nick Burch 64cfb8b399 Better handling of Outlook messages in HSMF when there's no recipient email address 14 anos atrás
  Yegor Kozlov 81e5d7f4b5 cleaned javadoc warnings 14 anos atrás
  Nick Burch 93f034976a Parse the HSMF headers chunk if present, and use it to find Dates in text extraction if needed 14 anos atrás
  Nick Burch 2a4805f938 Improved how HSMF handles multiple recipients 14 anos atrás
  Nick Burch 14b87c4232 Make it possible to return null on missing chunks, rather than the exception 14 anos atrás
  Nick Burch f7ccc5d5f5 Wire up the new HSMFTextExtactor to the ExtractorFactory 14 anos atrás
  Nick Burch c01272208e Add a text extractor to HSMF for simpler extraction of text from .msg files 14 anos atrás