Changeset e62346c in github
- Timestamp:
- Feb 25, 2010 7:43:21 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 82c98e6
- Parents:
- 64608bf
- Location:
- program/lib/Mail
- Files:
-
- 2 edited
-
mime.php (modified) (4 diffs)
-
mimePart.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/lib/Mail/mime.php
r90fe6cb re62346c 112 112 113 113 /** 114 * contains the mime encoded text115 *116 * @var string117 * @access private118 */119 var $_mime;120 121 /**122 * contains the multipart content123 *124 * @var string125 * @access private126 */127 var $_multipart;128 129 /**130 114 * list of the attached images 131 115 * … … 1038 1022 * @param array $xtra_headers Assoc array with any extra headers (optional) 1039 1023 * @param bool $overwrite Overwrite already existing headers. 1040 * @param bool $skip_content Don't return content headers: Content-Type 1024 * @param bool $skip_content Don't return content headers: Content-Type, 1041 1025 * Content-Disposition and Content-Transfer-Encoding 1042 1026 * … … 1084 1068 * 1085 1069 * @param array $xtra_headers Assoc array with any extra headers (optional) 1086 * @param bool $overwrite Overwrite the existing hea ers with new.1087 * @param bool $skip_content Don't return content headers: Content-Type 1088 * and Content-Transfer-Encoding1070 * @param bool $overwrite Overwrite the existing headers with new. 1071 * @param bool $skip_content Don't return content headers: Content-Type, 1072 * Content-Disposition and Content-Transfer-Encoding 1089 1073 * 1090 1074 * @return string Plain text headers … … 1255 1239 'resent-from', 'resent-to', 'resent-cc', 'resent-bcc', 1256 1240 'resent-sender', 'resent-reply-to', 1241 'return-receipt-to', 'disposition-notification-to', 1257 1242 ); 1258 1243 $other_headers = array( -
program/lib/Mail/mimePart.php
r90fe6cb re62346c 437 437 * @access public 438 438 */ 439 function &addSub Part($body, $params)439 function &addSubpart($body, $params) 440 440 { 441 441 $this->_subparts[] = new Mail_mimePart($body, $params);
Note: See TracChangeset
for help on using the changeset viewer.
