» Version | » Information |
---|---|
1.10.12 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.10.12 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.10.12 Release date: 2024-03-10 16:22 UTC Release state: stable Release uploaded by: alec Changelog: * Prevent from "PHP Deprecated: file_exists(): Passing null to parameter #1 ($filename) of type string" [alec] * PHPDoc improvements [alec] Dependencies:
|
1.10.11 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.10.11 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.10.11 Release date: 2021-09-05 04:44 UTC Release state: stable Release uploaded by: alec Changelog: * Fix PHP 8.1: strlen(): Passing null to parameter #1 ($string) of type string is deprecated [alec] * Fix encoding recipient names with @ character and no space between name and address [alec] * Fix the license label in composer.json [jnkowa-gfk] Dependencies:
|
1.10.10 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.10.10 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.10.10 Release date: 2021-01-17 03:34 UTC Release state: stable Release uploaded by: alec Changelog: * Compatibility fixes for PHP 5.2 and 5.3 [alec] * Corrected soft line breaks handling to be RFC compliant [ixs] * Corrected line breaks for lines ending in dots and length more than 74 [ixs] Dependencies:
|
1.10.9 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.10.9 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.10.9 Release date: 2020-06-27 04:37 UTC Release state: stable Release uploaded by: alec Changelog: * Added a workaround for an opcache bug on OpenSuse 15.1 [alec] Dependencies:
|
1.10.8 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.10.8 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.10.8 Release date: 2020-06-13 03:00 UTC Release state: stable Release uploaded by: alec Changelog: * Fix encoding issues with ISO-2022-JP-MS input labelled with ISO-2022-JP [shirosaki] Dependencies:
|
1.10.7 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.10.7 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.10.7 Release date: 2020-03-01 02:55 UTC Release state: stable Release uploaded by: alec Changelog: * Fix invalid Content-Type for messages with only html part and inline images [alec] Dependencies:
|
1.10.6 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.10.6 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.10.6 Release date: 2020-01-30 02:24 UTC Release state: stable Release uploaded by: alec Changelog: * Fix different boundary in headers and body when using headers() after get() [alec] * Removed phail.php script [alec] Dependencies:
|
1.10.5 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.10.5 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.10.5 Release date: 2020-01-24 13:55 UTC Release state: stable Release uploaded by: alec Changelog: * Make sure to not set Content-Transfer-Encoding on multipart messages [alec] * Added support for calendar invitations with attachments/html/images [jacalben] Dependencies:
|
1.10.4 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.10.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.10.4 Release date: 2019-10-13 05:11 UTC Release state: stable Release uploaded by: alec Changelog: * Fix E_STRICT errors introduced in the previous release [alec] Dependencies:
|
1.10.3 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.10.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.10.3 Release date: 2019-09-25 02:05 UTC Release state: stable Release uploaded by: alec Changelog: * Fix deprecation warning for get_magic_quotes_runtime() use on PHP 7.4 [alec] Dependencies:
|
1.10.2 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.10.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.10.2 Release date: 2017-11-17 04:27 UTC Release state: stable Release uploaded by: alec Changelog: * Fix Bug #21255: Boundary gets added twice when using setContentType() [alec] * PHP 7.2 compatibility fixes [alec] Dependencies:
|
1.10.1 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.10.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.10.1 Release date: 2017-05-21 06:48 UTC Release state: stable Release uploaded by: alec Changelog: * Fix Bug 21206: explodeQuotedString() does not handle quoted strings correctly [dfukagaw28] * Fix Bug 21205: Invalid encoding of headers with quoted multibyte strings in non-unicode charset [dfukagaw28] * Fix Bug 21098: Discrepancy in handling of empty (but set) plain text part [alec] Dependencies:
|
1.10.0 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.10.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.10.0 Release date: 2015-09-13 13:48 UTC Release state: stable Release uploaded by: alec Changelog: * Add possibility to add externally created Mail_mimePart objects as attachments [alec] * Add possibility to set preamble text for multipart messages [alec] Dependencies:
|
1.9.0 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.9.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.9.0 Release date: 2015-08-06 08:40 UTC Release state: stable Release uploaded by: alec Changelog: * Bug #20921: Make Mail_mimePart::encodeHeaderValue() a static method [alec] * Bug #20931: Really remove unset headers [alec] * Request #18772: Added methods for creating text/calendar messages [alec] Dependencies:
|
1.9.0RC1 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.9.0RC1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.9.0RC1 Release date: 2015-07-05 13:09 UTC Release state: beta Release uploaded by: alec Changelog: * Drop PHP4 support, Fix warnings on PHP7 [alec] * Request #20564: Added possibility to unset headers [alec] * Request #20563: Added isMultipart() method [alec] * Request #20565: Accept also a file pointer in Mail_mimePart::encodeToFile(), Mail_mime::get() and Mail_mime::saveMessageBody() [alec] Dependencies:
|
1.8.9 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.8.9 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.8.9 Release date: 2014-05-14 10:50 UTC Release state: stable Release uploaded by: alec Changelog: * Fixed Bug #20273: Incorrect handling of HTAB in encodeHeader() [alec] * Fixed Bug #20226: Mail_mimePart::encodeHeader does not encode ISO-2022-JP string [alec] * Fixed Bug #20222: Broken Compatybility with PHP4 [alec] Dependencies:
|
1.8.8 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.8.8 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.8.8 Release date: 2013-07-05 11:43 UTC Release state: stable Release uploaded by: alec Changelog: * Fixed warning/notice on (static vs. non-static) PEAR::raiseError() usage [alec] * Fixed Bug #19761: PHP5 warnings about return by reference [alec] * Fixed Bug #19770: Make cid generator more unique on Windows [alec] * Fixed Bug #19987: E_STRICT warning when null is passed by reference [alec] Dependencies:
|
1.8.7 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.8.7 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.8.7 Release date: 2012-12-25 17:28 UTC Release state: stable Release uploaded by: alec Changelog: * Bug #5333: Fix more return by reference errors [alec] * Bug #19754: Fix compatibility with PHP4 [alec] Dependencies:
|
1.8.6 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.8.6 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.8.6 Release date: 2012-10-23 09:52 UTC Release state: stable Release uploaded by: alec Changelog: * Bug #19473: PEAR::isError() compatibility problem with PHP 5.4 [alec] * Bug #19497: Attachment filename is cut on slash character [alec] * Bug #19665: Add Mail-Reply-To and Mail-Followup-To to structured recipient headers list [alec] Dependencies:
|
1.8.5 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.8.5 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.8.5 Release date: 2012-06-09 15:39 UTC Release state: stable Release uploaded by: alec Changelog: * Added possibility to set additional parameters of message part header, e.g. attachment size [alec] * Added automatic setting of attachment size via Content-Disposition header size parameter [alec] Dependencies:
|
1.8.4 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.8.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.8.4 Release date: 2012-05-17 09:10 UTC Release state: stable Release uploaded by: alec Changelog: * Request #19406: Allow to set individual attachment part headers [alec] * Fixed Bug #18982: Non-static method Mail_mimePart::encodeHeader() should not be called statically [alec] Dependencies:
|
1.8.3 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.8.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.8.3 Release date: 2012-03-12 10:04 UTC Release state: stable Release uploaded by: alec Changelog: * Request #19009: Remove error_reporting from tests [alec] * Fixed Bug #19094: Email addresses do not have to contain a space between the name and address part [alec] * Fixed Bug #19328: Wrong encoding of filenames with comma [alec] Dependencies:
|
1.8.2 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.8.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.8.2 Release date: 2011-08-10 09:56 UTC Release state: stable Release uploaded by: alec Changelog: Bugs Fixed: * #18426: Fixed backward compatibility for "dfilename" parameter [alec] * Removed xmail.dtd, xmail.xsl from the package [alec] * Fixed handling of email addresses with quoted local part [alec] Dependencies:
|
1.8.1 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.8.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.8.1 Release date: 2010-12-01 11:44 UTC Release state: stable Release uploaded by: alec Changelog: Bugs Fixed: * #18083: Not possible to set separate charset for attachment content and headers [alec] Dependencies:
|
1.8.0 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.8.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.8.0 Release date: 2010-07-29 06:46 UTC Release state: stable Release uploaded by: alec Changelog: Bugs Fixed: * Double-addition of e-mail domain to content ID in HTML images [alec] * #17311: Multi-octet characters are split across adjacent 'encoded-word's [alec] * #17573: Place charset parameter in first line of Content-Type header (if possible) [alec] Implemented Features: * #17518: addTo() method [alec] Dependencies:
|
1.7.0 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.7.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.7.0 Release date: 2010-04-12 12:03 UTC Release state: stable Release uploaded by: alec Changelog: Implemented Features: * Added Mail_mime::setContentType() function with possibility to set various types in Content-Type header (also fixes problem with boundary parameter when Content-Type header was specified by user) [alec] Dependencies:
|
1.6.2 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.6.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.6.2 Release date: 2010-03-23 10:45 UTC Release state: stable Release uploaded by: alec Changelog: Bugs Fixed: * Fix Bug #17226: Non RFC-compliant quoted-printable encoding of structured headers [alec] Dependencies:
|
1.6.1 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.6.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.6.1 Release date: 2010-03-08 08:23 UTC Release state: stable Release uploaded by: alec Changelog: Bugs Fixed: * Fix encoding of Return-Receipt-To and Disposition-Notification-To headers [alec] Implemented Features: * Implement Feature #12466: Build parameters validation [alec] * Implement Feature #17175: Content-Description support for attachments [alec] Dependencies:
|
1.6.0 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.6.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.6.0 Release date: 2010-01-27 13:30 UTC Release state: stable Release uploaded by: alec Changelog: Bugs Fixed: * Don't break specified headers folding [alec] * Bug #17025: Wrong headers() result for long unwrapable header value [alec] Implemented Features: * Allow setting Content-ID for HTML Images [alec] * Added one setParam() in place of many set*() functions [alec] * Added getParam(), getTXTBody(), getHTMLBody() [alec] * Skip RFC2231's charset if filename contains only ASCII characters [alec] * Make sure that Received: headers are returned on the top [alec] * Added saveMessageBody() and getMessageBody() functions [alec] Dependencies:
|
1.6.0RC2 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.6.0RC2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.6.0RC2 Release date: 2010-01-14 09:35 UTC Release state: beta Release uploaded by: alec Changelog: Fixed Bugs: * Bug #7561: _encodeQuotedPrintable() with mbstring function overloading broken in 1.6.0RC1 [alec] * Fixed quoted-printable encoding of characters with ord(char) < 10 [alec] Dependencies:
|
1.6.0RC1 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.6.0RC1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.6.0RC1 Release date: 2010-01-05 11:06 UTC Release state: beta Release uploaded by: alec Changelog: Fixed Bugs: * Bug #13444: Problem in multipart mail with txt, html and images. Reverted fix for #9725 [alec] * Bug #14780: Content-Type is not set correctly when calling headers() before get() [alec] Implemented Features: * Feature #10884: Provide easy way to set build params [alec] * Feature #13962: Multiple header support [alec] * Use class (private) variables instead of MAIL_MIME_CRLF and MAIL_MIMEPART_CRLF constants [alec] * Feature #12411: Support both RFC2047 and RFC2231 for attachments filenames encoding [alec] * Optimized memory usage in quoted-printable encoding function [alec] * Feature #13969: Big attachments support [alec] * Changed default value of text_encoding to quoted-printable [alec] Dependencies:
|
1.5.3 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.5.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.5.3 Release date: 2009-12-29 19:14 UTC Release state: stable Release uploaded by: alec Changelog: Fixed bugs: * Fix Bug #14678: srand() lowers security [clockwerx] * Fix Bug #12921: _file2str not binary safe [walter] * Fix Bug #12385: Bad regex when replacing css style attachments [cipri] * Fix Bug #16911: Excessive semicolon in MIME header [alec] * Fix Bug #15320: Attachment charset is not set in Content-Type header [alec] * Fix Bug #16911: Lack of semicolon separator for MIME header parameters [alec] * Fix Bug #16846: Use preg_replace_callback() instead of /e modifier [alec] * Fix Bug #14779: Problem with an empty attachment [alec] * Fix Bug #15913: Optimize the memory used by Mail_mimePart::encode. Avoid having attachments data duplicated in memory [alec] * Fix Bug #16539: Headers longer than 998 characters aren't wrapped [alec] * Fix Bug #11238: Wrong encoding of structured headers [alec] * Fix Bug #13641: iconv_mime_encode() seems to work different/errorious than the build in logic. Removed 'ignore_iconv' param. [alec] * Fix Bug #16706: Incorrect double-quotes RFC 2231-encoded parameter values [alec] * Fix Bug #14232: RFC2231: tspecials encoding in _buildHeaderParam() [alec] Implemented Features: * Implement Feature #10438: Function (encodeHeader) for encoding of given header [alec] Dependencies:
|
1.5.2 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.5.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.5.2 Release date: 2007-06-21 15:29 UTC Release state: stable Release uploaded by: cipri Changelog: * Fix Bug #11381: domain name is attached to content-id, trailing greater-than sign is not remove [cipri] Dependencies:
|
1.5.1 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.5.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.5.1 Release date: 2007-06-19 18:19 UTC Release state: stable Release uploaded by: cipri Changelog: * Fix Bug #11344: Error at line 644 in mime.php [cipri] Dependencies:
|
1.5.0 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.5.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.5.0 Release date: 2007-06-17 17:27 UTC Release state: stable Release uploaded by: cipri Changelog: Split off Mail_MimeDecode Dependencies:
|
1.5.0RC2 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.5.0RC2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.5.0RC2 Release date: 2007-06-10 07:01 UTC Release state: beta Release uploaded by: cipri Changelog: Fixed accidental characters included in mime.php Dependencies:
|
1.5.0RC1 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.5.0RC1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.5.0RC1 Release date: 2007-06-10 05:21 UTC Release state: beta Release uploaded by: cipri Changelog: Split off mail_MimeDecode Dependencies:
|
1.5.0a1 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.5.0a1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.5.0a1 Release date: 2007-06-10 05:11 UTC Release state: alpha Release uploaded by: cipri Changelog: Split off mail_MimeDecode Dependencies:
|
1.4.0 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.4.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.4.0 Release date: 2007-05-05 12:03 UTC Release state: stable Release uploaded by: cipri 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 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.4.0RC4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.4.0RC4 Release date: 2007-04-28 05:50 UTC Release state: beta Release uploaded by: cipri 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 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.4.0RC3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.4.0RC3 Release date: 2007-04-23 19:54 UTC Release state: beta Release uploaded by: cipri Changelog: * Fix Bug #10816: Unwanted linebreak at the end of output [cipri] Dependencies:
|
1.4.0RC2 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.4.0RC2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.4.0RC2 Release date: 2007-04-22 04:56 UTC Release state: beta Release uploaded by: cipri 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 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.4.0RC1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.4.0RC1 Release date: 2007-04-13 11:44 UTC Release state: beta Release uploaded by: cipri Changelog: * Fix Bug #10232: Gmail creates double line break when \r\n is used [cipri] Dependencies:
|
1.4.0a3 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.4.0a3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.4.0a3 Release date: 2007-04-05 06:59 UTC Release state: alpha Release uploaded by: cipri 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 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.4.0a2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.4.0a2 Release date: 2007-04-05 06:38 UTC Release state: alpha Release uploaded by: cipri 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 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.4.0a1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.4.0a1 Release date: 2007-03-08 12:15 UTC Release state: alpha Release uploaded by: cipri 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 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.3.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.3.1 Release date: 2005-07-13 17:09 UTC Release state: stable Release uploaded by: sean Changelog: A bugfix release: |
1.3.0 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.3.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.3.0 Release date: 2005-04-01 14:10 UTC Release state: stable Release uploaded by: sean 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 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.3.0RC1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.3.0RC1 Release date: 2005-03-20 17:22 UTC Release state: beta Release uploaded by: sean Changelog: o First release in over 2.5 years (!) o MANY bugfixes (see the bugtracker) o added a few tests |
1.2.1 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.2.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.2.1 Release date: 2002-07-27 14:38 UTC Release state: stable Release uploaded by: richard Changelog: o License change o Applied a few changes From Ilia Alshanetsky |
1.2 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.2 Release date: 2002-07-13 23:35 UTC Release state: stable Release uploaded by: richard 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 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.1 Release date: 2002-04-06 17:12 UTC Release state: stable Release uploaded by: richard Changelog: This is a maintenance release with various bugfixes and minor enhancements. |
1.0 |
Easy InstallNot sure? Get more info. pear install Mail_Mime-1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Mime-1.0 Release date: 2002-01-07 15:40 UTC Release state: stable Release uploaded by: richard Changelog: This is the initial release of the Mime_Mail package. |