You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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: