| » Version | » Information |
|---|---|
| 1.5.2 | Download Release date: 2007-06-21 19:29 UTC Release state: stable Changelog: * Fix Bug #11381: domain name is attached to content-id, trailing greater-than sign is not remove [cipri] Dependencies:
|
| 1.5.1 | Download Release date: 2007-06-19 22:19 UTC Release state: stable Changelog: * Fix Bug #11344: Error at line 644 in mime.php [cipri] Dependencies:
|
| 1.5.0 | Download Release date: 2007-06-17 21:27 UTC Release state: stable Changelog: Split off Mail_MimeDecode Dependencies:
|
| 1.5.0RC2 | Download Release date: 2007-06-10 11:01 UTC Release state: beta Changelog: Fixed accidental characters included in mime.php Dependencies:
|
| 1.5.0RC1 | Download Release date: 2007-06-10 09:21 UTC Release state: beta Changelog: Split off mail_MimeDecode Dependencies:
|
| 1.5.0a1 | Download Release date: 2007-06-10 09:11 UTC Release state: alpha Changelog: Split off mail_MimeDecode Dependencies:
|
| 1.4.0 | Download Release date: 2007-05-05 16:03 UTC Release state: stable Changelog: Release nots: * No more notices in PHP 5 /4.4.0. * Improved inline HTML image function. * Improved header encoding with foreign charsets. * Improved long header rendering. * More control over used Charsets and encoding schemes. * More configurable attachments and inline images. * Full RFC 2047 Support * Full RFC 2231 Support * Unit-tests Fixed bugs: * Fix Bug #30: Mail_Mime: _encodeHeaders is not RFC-2047 compliant. [cipri] * Fix Bug #3513: support of RFC2231 in header fields. [cipri] * Fix Bug #4696: addAttachment crash [cipri] * Fix Bug #5333: Only variables should be returned by reference; triggers notices since php 4.4.0 [cipri] * Fix Bug #5400: Do not return function reference [cipri] * Fix Bug #5710: Little reference bugs [cipri] * Fix Bug #5890: Only variable references should be returned by reference [cipri] * Fix Bug #6260: Just a notice with PHP5 [cipri] * Fix Bug #6261: php 5.1.1 upgrade [cipri] * Fix Bug #6663: Notice about reference passing [cipri] * Fix Bug #7561: Mail_mimePart::_quotedPrintableEncode() misbehavior with mbstring overload [cipri] * Fix Bug #7713: PHP5 Notice: Only variable references should be returned by reference [cipri] * Fix Bug #8223: Incorrectly encoded quoted-printable headers [cipri] * Fix Bug #8386: HTML body not correctly encoded if attachments present [cipri] * Fix Bug #8541: mimePart.php line delimiter is \r [cipri] * Fix Bug #8812: user header updates overwritten [cipri] * Fix Bug #9347: Notices about references [cweiske] * Fix Bug #9558: Broken multiline headers [cipri] * Fix Bug #9722: _quotedPrintableEncode does not encode dot at start of line on Windows platform [cipri] * Fix Bug #9725: multipart/related & alternative wrong order [cipri] * Fix Bug #9956: Notices being thrown [cipri] * Fix Bug #9976: Subject encoded twice [cipri] * Fix Bug #10146: mbstring fails to recognize encodings. [cipri] * Fix Bug #10158: Inline images not displayed on Mozilla Thunderbird [cipri] * Fix Bug #10232: Gmail creates double line break when \r\n is used [cipri] * Fix Bug #10298: Mail_mime, double Quotes and Specialchars in from and to Adress [cipri] * Fix Bug #10306: Strings with Double Quotes get encoded wrongly [cipri] * Fix Bug #10596: Incorrect handling of text and html '0' bodies [cipri] * Fix Bug #10791: Unit tests fail [cipri] * Fix Bug #10792: No unit tests for recently fixed bugs [cipri] * Fix Bug #10793: Long headers don't get wrapped since fix for Bug #10298 [cipri] * Fix Bug #10816: Unwanted linebreak at the end of output [cipri] * Fix Bug #10838: bad use of MIME encoding in header. [cipri] Implemented Features: * Implement Feature #2952: Mail_mime::headers() saves extra headers [cipri] * Implement Feature #3636: Allow specification of charsets and encoding [cipri] * Implement Feature #4057: Mail_Mime: Add name parameter for Content-Type [cipri] * Implement Feature #4504: addHTMLImage does not work in cases when filename contains a path [cipri] * Implement Feature #5837: Mail_Mime: Build message for Net_SMTP [cipri] * Implement Feature #5934: Mail_Mime: choice for content disposition [cipri] * Implement Feature #6568: Mail_Mime: inline images referenced in CSS definitions not replaced. [cipri] * Implement Feature #10604: Put an option to specify Content-Location in the header [cipri] Dependencies:
|
| 1.4.0RC4 | Download Release date: 2007-04-28 09:50 UTC Release state: beta Changelog: * Fix Bug #3513: support of RFC2231 in header fields. [cipri] * Fix Bug #10838: bad use of MIME encoding in header. [cipri] Dependencies:
|
| 1.4.0RC3 | Download Release date: 2007-04-23 23:54 UTC Release state: beta Changelog: * Fix Bug #10816: Unwanted linebreak at the end of output [cipri] Dependencies:
|
| 1.4.0RC2 | Download Release date: 2007-04-22 08:56 UTC Release state: beta Changelog: * Fix Bug #10791: Unit tests fail [cipri] * Fix Bug #10792: No unit tests for recently fixed bugs [cipri] * Fix Bug #10793: Long headers don't get wrapped since fix for Bug #10298 [cipri] Dependencies:
|
| 1.4.0RC1 | Download Release date: 2007-04-13 15:44 UTC Release state: beta Changelog: * Fix Bug #10232: Gmail creates double line break when \r\n is used [cipri] Dependencies:
|
| 1.4.0a3 | Download Release date: 2007-04-05 10:59 UTC Release state: alpha Changelog: * Fix Bug #10298: Mail_mime, double Quotes and Specialchars in from and to Adress [cipri] * Fix Bug #10306: Strings with Double Quotes get encoded wrongly [cipri] Dependencies:
|
| 1.4.0a2 | Download Release date: 2007-04-05 10:38 UTC Release state: alpha Changelog: * Fix Bug #9722: _quotedPrintableEncode does not encode dot at start of line on Windows platform [cipri] * Fix Bug #9725: multipart/related & alternative wrong order [cipri] * Fix Bug #10146: mbstring fails to recognize encodings. [cipri] * Fix Bug #10158: Inline images not displayed on Mozilla Thunderbird [cipri] * Fix Bug #10298: Mail_mime, double Quotes and Specialchars in from and to Adress [cipri] * Fix Bug #10306: Strings with Double Quotes get encoded wrongly [cipri] * Fix Bug #10596: Incorrect handling of text and html '0' bodies [cipri] Dependencies:
|
| 1.4.0a1 | Download Release date: 2007-03-08 17:15 UTC Release state: alpha Changelog: * Changed License to BSD Style license, as that's what the code was since the beginning [cipri] * Fix Bug #30: Mail_Mime: _encodeHeaders is not RFC-2047 compliant. [cipri] * Fix Bug #3513: support of RFC2231 in header fields. [cipri] * Fix Bug #4696: addAttachment crash [cipri] * Fix Bug #5333: Only variables should be returned by reference; triggers notices since php 4.4.0 [cipri] * Fix Bug #7561: Mail_mimePart::_quotedPrintableEncode() misbehavior with mbstring overload [cipri] * Fix Bug #8223: Incorrectly encoded quoted-printable headers [cipri] * Fix Bug #8386: HTML body not correctly encoded if attachments present [cipri] * Fix Bug #8541: mimePart.php line delimiter is \r [cipri] * Fix Bug #9347: Notices about references [cweiske] * Fix Bug #9558: Broken multiline headers [cipri] * Fix Bug #9956: Notices being thrown [cipri] * Fix Bug #9976: Subject encoded twice [cipri] * Implement Feature #2952: Mail_mime::headers() saves extra headers [cipri] * Implement Feature #3636: Allow specification of charsets and encoding [cipri] * Implement Feature #4057: Mail_Mime: Add name parameter for Content-Type [cipri] * Implement Feature #4504: addHTMLImage does not work in cases when filename contains a path [cipri] * Implement Feature #5837: Mail_Mime: Build message for Net_SMTP [cipri] * Implement Feature #5934: Mail_Mime: choice for content disposition [cipri] * Implement Feature #6568: Mail_Mime: inline images referenced in CSS definitions not replaced. [cipri] Dependencies:
|
| 1.3.1 | Download Release date: 2005-07-13 21:09 UTC Release state: stable Changelog: A bugfix release: |
| 1.3.0 | Download Release date: 2005-04-01 19:10 UTC Release state: stable Changelog: o First (stable) release in over 2.5 years (!) o MANY bugfixes (see the bugtracker) o added a few tests o one small fix after RC1 (bug #3940) |
| 1.3.0RC1 | Download Release date: 2005-03-20 22:22 UTC Release state: beta Changelog: o First release in over 2.5 years (!) o MANY bugfixes (see the bugtracker) o added a few tests |
| 1.2.1 | Download Release date: 2002-07-27 18:38 UTC Release state: stable Changelog: o License change o Applied a few changes From Ilia Alshanetsky |
| 1.2 | Download Release date: 2002-07-14 03:35 UTC Release state: stable Changelog: - Added header encoding - Altered mimePart to put boundary parameter on newline - Changed addFrom() to setFrom() - Added setSubject() - Made mimePart inherit crlf setting from mime |
| 1.1 | Download Release date: 2002-04-06 22:12 UTC Release state: stable Changelog: This is a maintenance release with various bugfixes and minor enhancements. |
| 1.0 | Download Release date: 2002-01-07 20:40 UTC Release state: stable Changelog: This is the initial release of the Mime_Mail package. |