Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.10.12

Bug #4408 HTML Parts Incorrect HREF=3D""
Submitted: 2005-05-22 23:37 UTC
From: cpriest at warpmail dot net Assigned: cipri
Status: Bogus Package: Mail_Mime
PHP Version: 5.0.4 OS: linux/apache
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 36 + 43 = ?

 
 [2005-05-22 23:37 UTC] cpriest at warpmail dot net
Description: ------------ Standard HTML parts coming out of Mail_Mime are getting mangled. Specifically, all name="value" pairs are coming out as name=3D"value". I'm using PHP 5.0.4, With the following version of Pear Mail 1.1.4 stable Mail_Mime 1.3.0 stable Reproduce code: --------------- <? require_once('PEAR.php'); require_once('Mail.php'); require_once('Mail/mime.php'); $text_part = 'This is a test'; $html_part = '<HTML><BODY><A HREF="http://www.sample.com">Test Link</A></BODY></HTML>'; $objMime = new Mail_mime(); $objMime->setTXTBody($text_part); $objMime->setHTMLBody($html_part); $email_body = $objMime->get(); $email_headers = $objMime->headers($my_email_headers); echo "<PLAINTEXT>"; echo $email_body; ?> Expected result: ---------------- --=_ee4eb7295e1c7896513dc7080bc1c600 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit This is a test --=_ee4eb7295e1c7896513dc7080bc1c600 Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable <HTML><BODY><A HREF="http://www.sample.com">Test Link</A></BODY></HTML> --=_ee4eb7295e1c7896513dc7080bc1c600-- Actual result: -------------- --=_ee4eb7295e1c7896513dc7080bc1c600 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit This is a test --=_ee4eb7295e1c7896513dc7080bc1c600 Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable <HTML><BODY><A HREF=3D"http://www.sample.com">Test Link</A></BODY></HTML> --=_ee4eb7295e1c7896513dc7080bc1c600--

Comments

 [2005-06-09 22:29 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!