From: "PEAR Announce" on
The new PEAR package Mail_Mime-1.6.0RC1 (beta) has been released at http://pear.php.net/.

Release notes
-------------
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]

Package Info
------------
Mail_Mime provides classes to deal with the creation and manipulation of MIME messages.
It allows people to create e-mail messages consisting of:
* Text Parts
* HTML Parts
* Inline HTML Images
* Attachments
* Attached messages

It supports big messages, base64 and quoted-printable encodings and
non-ASCII characters in filenames, subjects, recipients, etc. encoded
using RFC2047 and/or RFC2231.

Related Links
-------------
Package home: http://pear.php.net/package/Mail_Mime
Changelog: http://pear.php.net/package/Mail_Mime/download/1.6.0RC1
Download: http://download.pear.php.net/package/Mail_Mime-1.6.0RC1.tgz

Authors
-------
Aleksander Machniak (lead)
Cipriano Groenendal <cipri(a)php.net> (lead)