ZF-3067: Zend_Mime::encodeQuotedPrintable's return is wrong if passed cyrillic chars
Description
bq. $sQuotedValue = Zend_Mime::encodeQuotedPrintable('новое приглашение');
returns
bq. =D0=BD=D0=BE=D0=B2=D0=BE=D0=B5 =D0=BF=D1=80=D0=B8=D0=B3=D0=BB=D0=B0=D1=88= =D0=B5=D0=BD=D0=B8=D0=B5
You see there is a gap
bq. = =
which results in a broken email header.
Comments
Posted by Wil Sinclair (wil) on 2008-04-18T15:57:39.000+0000
Please evaluate and categorize/assign as necessary.
Posted by Kostya L. (coviex) on 2008-04-21T09:15:02.000+0000
is something wrong w/ this issue submition?
Posted by Wil Sinclair (wil) on 2008-06-09T16:36:16.000+0000
Please evaluate and fix/categorize as necessary.
Posted by Wil Sinclair (wil) on 2008-06-09T16:37:19.000+0000
Nothing wrong with the submission. I just mistakenly assigned it to Fabien. Nico, please re-assign to Alex V. if this is not something you can address.
Posted by Kostya L. (coviex) on 2008-10-15T01:02:27.000+0000
Do you plan to fix this bug or not?
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-01-02T23:06:24.000+0000
I think new function of Zend_Mail, setEncodingOfHeader() will resolve your problem.