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

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

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.8.0
Download: http://download.pear.php.net/package/Mail_Mime-1.8.0.tgz

Authors
-------
Aleksander Machniak (lead)