This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
\Laminas\Mime\Decode::decodeQuotedPrintable() doesn't seem to do what its name suggests #37
Labels
Bug
Something isn't working
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
The text was updated successfully, but these errors were encountered: