Releases: lassodatasystems/LassoMailParserBundle
Releases · lassodatasystems/LassoMailParserBundle
Minor checkstyle violation fixes
Better handling of content type header from Zend API
Merge pull request #19 from lassodatasystems/handle-content-types-better Added a better workaround for the zend api
Adapt to new Zend API
Merge pull request #18 from lassodatasystems/adapt-to-new-zend-api Adapt to new zend api, add tests
Prevent errors from mb_convert_encoding
v1.0.4 Added comment to clarify why there's a custom error handler for one f…
Added checks for encoding
Merge pull request #16 from lassodatasystems/check-for-encoding Added checks for encoding
Lower case email addresses on extraction
v1.0.2 Merge pull request #15 from lassodatasystems/lower-case-emails-on-ext…
Make sure encodings exist before using them
Merge pull request #14 from lassodatasystems/check-encoding-exists Make sure encoding exists before applying it
Support decoding of charsets
Merge pull request #13 from lassodatasystems/decode-charsets Added test for charset decoding
Workaround for missing boundary
v0.9.9 Added travis build status image
Added a method to extract logging emails
Merge pull request #10 from lassodatasystems/add-logging-method Added method to extract all email addresses and message ids from email f...