<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <channel rdf:about="http://pear.php.net/">
    <link>http://pear.php.net/</link>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <dc:language>en-us</dc:language><items>
<rdf:Seq><rdf:li rdf:resource="http://pear.php.net/package/Mail_Mime/download/1.5.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Mail_Mime/download/1.5.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Mail_Mime/download/1.5.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Mail_Mime/download/1.5.0RC2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Mail_Mime/download/1.5.0RC1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Mail_Mime/download/1.5.0a1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Mail_Mime/download/1.4.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Mail_Mime/download/1.4.0RC4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Mail_Mime/download/1.4.0RC3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Mail_Mime/download/1.4.0RC2/"/>
</rdf:Seq>
</items>

<title>Latest releases</title>
<description>The latest releases for the package mail_mime</description>
</channel>

<item rdf:about="http://pear.php.net/package/Mail_Mime/download/1.5.2/">
 <title>Mail_Mime 1.5.2</title>
 <link>http://pear.php.net/package/Mail_Mime/download/1.5.2/</link>
 <content:encoded>* Fix Bug #11381: domain name is attached to content-id, trailing greater-than sign is&lt;br /&gt;
  not remove [cipri]
 </content:encoded>
 <dc:date>2007-06-21T15:29:16-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Mail_Mime/download/1.5.1/">
 <title>Mail_Mime 1.5.1</title>
 <link>http://pear.php.net/package/Mail_Mime/download/1.5.1/</link>
 <content:encoded>* Fix Bug #11344: Error at line 644 in mime.php [cipri]
 </content:encoded>
 <dc:date>2007-06-19T18:19:41-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Mail_Mime/download/1.5.0/">
 <title>Mail_Mime 1.5.0</title>
 <link>http://pear.php.net/package/Mail_Mime/download/1.5.0/</link>
 <content:encoded>Split off Mail_MimeDecode
 </content:encoded>
 <dc:date>2007-06-17T17:27:43-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Mail_Mime/download/1.5.0RC2/">
 <title>Mail_Mime 1.5.0RC2</title>
 <link>http://pear.php.net/package/Mail_Mime/download/1.5.0RC2/</link>
 <content:encoded>Fixed accidental characters included in mime.php
 </content:encoded>
 <dc:date>2007-06-10T07:01:52-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Mail_Mime/download/1.5.0RC1/">
 <title>Mail_Mime 1.5.0RC1</title>
 <link>http://pear.php.net/package/Mail_Mime/download/1.5.0RC1/</link>
 <content:encoded>Split off mail_MimeDecode
 </content:encoded>
 <dc:date>2007-06-10T05:21:50-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Mail_Mime/download/1.5.0a1/">
 <title>Mail_Mime 1.5.0a1</title>
 <link>http://pear.php.net/package/Mail_Mime/download/1.5.0a1/</link>
 <content:encoded>Split off mail_MimeDecode
 </content:encoded>
 <dc:date>2007-06-10T05:11:23-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Mail_Mime/download/1.4.0/">
 <title>Mail_Mime 1.4.0</title>
 <link>http://pear.php.net/package/Mail_Mime/download/1.4.0/</link>
 <content:encoded>Release nots:&lt;br /&gt;
 * No more notices in PHP 5 /4.4.0.&lt;br /&gt;
 * Improved inline HTML image function.&lt;br /&gt;
 * Improved header encoding with foreign charsets.&lt;br /&gt;
 * Improved long header rendering.&lt;br /&gt;
 * More control over used Charsets and encoding schemes.&lt;br /&gt;
 * More configurable attachments and inline images.&lt;br /&gt;
 * Full RFC 2047 Support&lt;br /&gt;
 * Full RFC 2231 Support&lt;br /&gt;
 * Unit-tests&lt;br /&gt;
&lt;br /&gt;
Fixed bugs:&lt;br /&gt;
 * Fix Bug #30: Mail_Mime: _encodeHeaders is not RFC-2047 compliant. [cipri]&lt;br /&gt;
 * Fix Bug #3513: support of RFC2231 in header fields. [cipri]&lt;br /&gt;
 * Fix Bug #4696: addAttachment crash [cipri]&lt;br /&gt;
 * Fix Bug #5333: Only variables should be returned by reference; triggers notices since&lt;br /&gt;
   php 4.4.0 [cipri]&lt;br /&gt;
 * Fix Bug #5400: Do not return function reference [cipri]&lt;br /&gt;
 * Fix Bug #5710: Little reference bugs [cipri]&lt;br /&gt;
 * Fix Bug #5890: Only variable references should be returned by reference [cipri]&lt;br /&gt;
 * Fix Bug #6260: Just a notice with PHP5 [cipri]&lt;br /&gt;
 * Fix Bug #6261: php 5.1.1 upgrade [cipri]&lt;br /&gt;
 * Fix Bug #6663: Notice about reference passing [cipri]&lt;br /&gt;
 * Fix Bug #7561: Mail_mimePart::_quotedPrintableEncode() misbehavior with mbstring&lt;br /&gt;
   overload [cipri]&lt;br /&gt;
 * Fix Bug #7713: PHP5 Notice: Only variable references should be returned by reference [cipri]&lt;br /&gt;
 * Fix Bug #8223: Incorrectly encoded quoted-printable headers [cipri]&lt;br /&gt;
 * Fix Bug #8386: HTML body not correctly encoded if attachments present [cipri]&lt;br /&gt;
 * Fix Bug #8541: mimePart.php line delimiter is \r [cipri]&lt;br /&gt;
 * Fix Bug #8812: user header updates overwritten [cipri]&lt;br /&gt;
 * Fix Bug #9347: Notices about references [cweiske]&lt;br /&gt;
 * Fix Bug #9558: Broken multiline headers [cipri]&lt;br /&gt;
 * Fix Bug #9722: _quotedPrintableEncode does not encode dot at start of line on Windows&lt;br /&gt;
   platform [cipri]&lt;br /&gt;
 * Fix Bug #9725: multipart/related &amp; alternative wrong order [cipri]&lt;br /&gt;
 * Fix Bug #9956: Notices being thrown [cipri]&lt;br /&gt;
 * Fix Bug #9976: Subject encoded twice [cipri]&lt;br /&gt;
 * Fix Bug #10146: mbstring fails to recognize encodings. [cipri]&lt;br /&gt;
 * Fix Bug #10158: Inline images not displayed on Mozilla Thunderbird [cipri]&lt;br /&gt;
 * Fix Bug #10232: Gmail creates double line break when \r\n is used [cipri]&lt;br /&gt;
 * Fix Bug #10298: Mail_mime, double Quotes and Specialchars in from and to Adress [cipri]&lt;br /&gt;
 * Fix Bug #10306: Strings with Double Quotes get encoded wrongly [cipri]&lt;br /&gt;
 * Fix Bug #10596: Incorrect handling of text and html '0' bodies [cipri]&lt;br /&gt;
 * Fix Bug #10791: Unit tests fail [cipri]&lt;br /&gt;
 * Fix Bug #10792: No unit tests for recently fixed bugs [cipri]&lt;br /&gt;
 * Fix Bug #10793: Long headers don't get wrapped since fix for Bug #10298 [cipri]&lt;br /&gt;
 * Fix Bug #10816: Unwanted linebreak at the end of output [cipri]&lt;br /&gt;
 * Fix Bug #10838: bad use of MIME encoding in header. [cipri]&lt;br /&gt;
Implemented Features:&lt;br /&gt;
 * Implement Feature #2952: Mail_mime::headers() saves extra headers [cipri]&lt;br /&gt;
 * Implement Feature #3636: Allow specification of charsets and encoding [cipri]&lt;br /&gt;
 * Implement Feature #4057: Mail_Mime: Add name parameter for Content-Type [cipri]&lt;br /&gt;
 * Implement Feature #4504: addHTMLImage does not work in cases when filename contains a path [cipri]&lt;br /&gt;
 * Implement Feature #5837: Mail_Mime: Build message for Net_SMTP [cipri]&lt;br /&gt;
 * Implement Feature #5934: Mail_Mime: choice for content disposition [cipri]&lt;br /&gt;
 * Implement Feature #6568: Mail_Mime: inline images referenced in CSS definitions not replaced. [cipri]&lt;br /&gt;
 * Implement Feature #10604: Put an option to specify Content-Location in the header [cipri]
 </content:encoded>
 <dc:date>2007-05-05T12:03:19-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Mail_Mime/download/1.4.0RC4/">
 <title>Mail_Mime 1.4.0RC4</title>
 <link>http://pear.php.net/package/Mail_Mime/download/1.4.0RC4/</link>
 <content:encoded>* Fix Bug #3513: support of RFC2231 in header fields. [cipri]&lt;br /&gt;
* Fix Bug #10838: bad use of MIME encoding in header. [cipri]
 </content:encoded>
 <dc:date>2007-04-28T05:50:10-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Mail_Mime/download/1.4.0RC3/">
 <title>Mail_Mime 1.4.0RC3</title>
 <link>http://pear.php.net/package/Mail_Mime/download/1.4.0RC3/</link>
 <content:encoded>* Fix Bug #10816: Unwanted linebreak at the end of output [cipri]
 </content:encoded>
 <dc:date>2007-04-23T19:54:10-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Mail_Mime/download/1.4.0RC2/">
 <title>Mail_Mime 1.4.0RC2</title>
 <link>http://pear.php.net/package/Mail_Mime/download/1.4.0RC2/</link>
 <content:encoded>* Fix Bug #10791: Unit tests fail [cipri]&lt;br /&gt;
* Fix Bug #10792: No unit tests for recently fixed bugs [cipri]&lt;br /&gt;
* Fix Bug #10793: Long headers don't get wrapped since fix for Bug #10298 [cipri]
 </content:encoded>
 <dc:date>2007-04-22T04:56:12-05:00</dc:date>
</item>

</rdf:RDF>