[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pear-cvs
Subject:    [PEAR-CVS] cvs: pear /Mail_Mime mime.php
From:       "Thomas V.V.Cox" <cox () idecnet ! com>
Date:       2001-12-31 20:41:47
[Download RAW message or body]

cox		Mon Dec 31 15:41:47 2001 EDT

  Modified files:              
    /pear/Mail_Mime	mime.php 
  Log:
  give the right credits here :-)
  
  
Index: pear/Mail_Mime/mime.php
diff -u pear/Mail_Mime/mime.php:1.11 pear/Mail_Mime/mime.php:1.12
--- pear/Mail_Mime/mime.php:1.11	Tue Dec 11 10:31:31 2001
+++ pear/Mail_Mime/mime.php	Mon Dec 31 15:41:47 2001
@@ -13,12 +13,12 @@
 // | obtain it through the world-wide-web, please send a note to          |
 // | license@php.net so we can mail you a copy immediately.               |
 // +----------------------------------------------------------------------+
-// | Authors: Tomas V.V.Cox <cox@idecnet.com>                             |
-// |          Richard Heyes <richard@phpguru.org>                         |
+// | Authors: Richard Heyes <richard@phpguru.org>                         |
+// |          Tomas V.V.Cox <cox@idecnet.com> (port to PEAR)              |
 // |                                                                      |
 // +----------------------------------------------------------------------+
 //
-// $Id: mime.php,v 1.11 2001/12/11 15:31:31 sebastian Exp $
+// $Id: mime.php,v 1.12 2001/12/31 20:41:47 cox Exp $
 
 require_once 'PEAR.php';
 require_once 'Mail/mimePart.php';
@@ -34,8 +34,8 @@
 *   in the mime_mail.class by Tobias Ratschiller <tobias@dnet.it> and
 *   Sascha Schumann <sascha@schumann.cx>.
 *
-* @author Tomas V.V.Cox <cox@idecnet.com>
 * @author Richard Heyes <richard.heyes@heyes-computing.net>
+* @author Tomas V.V.Cox <cox@idecnet.com>
 * @package Mail
 * @access public
 */
@@ -230,7 +230,7 @@
     }
 
     /*
-    * Adds a text subpart to the mimePart object and 
+    * Adds a text subpart to the mimePart object and
     * returns it during the build process.
     *
     * @param mixed    The object to add the part to, or
@@ -430,7 +430,7 @@
                     $message =& $this->_addAlternativePart($null);
    	                $this->_addTextPart($message, $this->_txtbody);
 					$this->_addHtmlPart($message);
-                    
+
                 } else {
                     $message =& $this->_addHtmlPart($null);
                 }
@@ -508,7 +508,7 @@
     */
     function & headers($xtra_headers = null)
     {
-        // Content-Type header should already be present, 
+        // Content-Type header should already be present,
         // So just add mime version header
         $headers['MIME-Version'] = '1.0';
         if (isset($xtra_headers)) {



-- 
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, e-mail: pear-cvs-unsubscribe@lists.php.net
For additional commands, e-mail: pear-cvs-help@lists.php.net
To contact the list administrators, e-mail: php-list-admin@lists.php.net

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic