![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| Pear Pear programming, this is a very complex subject as with using pear with php can be a difficult task for some, so lets talk pear. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| cipri Mon May 14 20:47:48 2007 UTC Modified files: /pear/Mail_Mime mime.php Log: Fix for Bug #10999 Bad Content-ID(cid) format (Patch by Hiroaki Kawai) http://cvs.php.net/viewvc.cgi/pear/M...&diff_format=u Index: pear/Mail_Mime/mime.php diff -u pear/Mail_Mime/mime.php:1.74 pear/Mail_Mime/mime.php:1.75 --- pear/Mail_Mime/mime.php:1.74 Mon May 14 20:47:08 2007 +++ pear/Mail_Mime/mime.php Mon May 14 20:47:48 2007 @@ -47,7 +47,7 @@ * @author Sean Coates <sean@php.net> * @copyright 2003-2006 PEAR <pear-group@php.net> * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version CVS: $Id: mime.php,v 1.74 2007/05/14 20:47:08 cipri Exp $ + * @version CVS: $Id: mime.php,v 1.75 2007/05/14 20:47:48 cipri Exp $ * @link http://pear.php.net/package/Mail_mime * * This class is based on HTML Mime Mail class from @@ -638,7 +638,12 @@ $this->_build_params[$key] = $value; } } - + + $domain=strstr($this->_headers['From'],'@'); + foreach($this->_html_images as &$im){ + $im['cid']=$im['cid'].$domain; + } + if (count($this->_html_images) AND isset($this->_htmlbody)) { foreach ($this->_html_images as $key => $value) { $regex = array(); | |||
| Featured Websites | ||||
|
![]() |
| Tags: cvs, mail_mime, mimephp, pear |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| cvs: pear /Mail_Mime mime.php | Cipriano Groenendal | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pear-core / package-PEAR.xml package2.xml /PEAR Installer.php /PEAR/PackageFile v1.php /PEAR/PackageFile/v2 Validator.php | Greg Beaver | Pear | 0 | 05-20-2007 7:42 PM |
| PEAR MIME Construct | Feris Thia C | Pear | 0 | 05-20-2007 6:34 PM |
| [ANNOUNCEMENT] Mail_Mime-1.4.0 (stable) Released. | PEAR Announce | Pear | 0 | 05-20-2007 6:34 PM |
| [ANNOUNCEMENT] Mail_Mime-1.4.0RC4 (beta) Released. | PEAR Announce | Pear | 1 | 05-20-2007 6:34 PM |
| Featured Websites | ||||
|