[ANNOUNCEMENT] Mail_Mime-1.9.0RC1 (beta) Released.

[email protected] ("PEAR Announce") Sun, 5 Jul 2015 13:09:25 +0100 (BST)
Newsgroups php.pear.general
Message-ID <[email protected]>
The new PEAR package Mail_Mime-1.9.0RC1 (beta) has been released at http://pear.php.net/.

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

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

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