ZF-9094: Binary attachments in examples encoded with Zend_Mime::ENCODING_8BIT
Description
On http://framework.zend.com/manual/en/… the examples don't work, the images are encoded with Zend_Mime::ENCODING_8BIT, which breakes them, Zend_Mime::ENCODING_BASE64 should be used (as the text says).
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2010-02-05T08:20:27.000+0000
Reassigned Satoru Yoshida
Posted by Satoru Yoshida (satoruyoshida) on 2010-02-05T18:22:05.000+0000
Ok, Ramon, I'll see it :-)
Posted by Ramon Henrique Ornelas (ramon) on 2010-02-06T06:09:17.000+0000
Thank you Satoru assigned the you, because I see you involved in issues Zend_Mail ;).
Posted by Satoru Yoshida (satoruyoshida) on 2010-02-28T03:28:39.000+0000
Thank You for report, Solved at SVN r21230