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

Bug #17199 Headers not quoted in data()
Submitted: 2010-03-06 21:15 UTC
From: alec Assigned: jon
Status: Closed Package: Net_SMTP (version SVN)
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  


 [2010-03-06 21:15 UTC] alec (Aleksander Machniak)
Description: ------------ --- SMTP.php (wersja 3316) +++ SMTP.php (kopia robocza) @@ -952,7 +952,7 @@ /* If we have a separate headers string, send it first. */ if (!is_null($headers)) { - $this->quotedata($line); + $this->quotedata($headers); if (PEAR::isError($result = $this->_send($headers . "\r\n\r\n"))) { return $result; }

Comments

 [2010-03-08 10:45 UTC] jon (Jon Parise)
-Status: Open +Status: Assigned -Assigned To: +Assigned To: jon
 [2010-03-08 10:57 UTC] jon (Jon Parise)
-Status: Assigned +Status: Closed
Thank you for your bug report. This issue has been fixed in the latest released version of the package, which you can download at http://pear.php.net/get/ Grab version 1.4.2 for the fix.