Closed fredden closed 11 months ago
This package is considered feature-complete, and is now in security-only maintenance mode, following a decision by the Technical Steering Committee. If you have a security issue, please follow our security reporting guidelines. If you wish to take on the role of maintainer, please nominate yourself
If you are looking for an actively maintained package alternative, we recommend:
Bug Report
Summary
I can successfully encode a string using
\Laminas\Mime\Mime::encodeQuotedPrintable()
, however when I use\Laminas\Mime\Decode::decodeQuotedPrintable()
, I don't seem to get the expected result.Current behavior
Passing
=0A
into\Laminas\Mime\Decode::decodeQuotedPrintable()
does not result in a newline character, but instead gives back the same input string.How to reproduce
Expected behavior