From: "PEAR Announce" on
The new PEAR package Mail-1.2.0b1 (beta) has been released at http://pear.php.net/.

Release notes
-------------
- _hasUnclosedQuotes() doesn't properly handle a double slash before an end quote (slusarz(a)curecanti.org, Bug #9137).

Package Info
------------
PEAR's Mail package defines an interface for implementing mailers under the PEAR hierarchy. It also provides supporting functions useful to multiple mailer backends. Currently supported backends include: PHP's native mail() function, sendmail, and SMTP. This package also provides a RFC822 email address list validation utility class.

Related Links
-------------
Package home: http://pear.php.net/package/Mail
Changelog: http://pear.php.net/package/Mail/download/1.2.0b1
Download: http://download.pear.php.net/package/Mail-1.2.0b1.tgz

Authors
-------
Chuck Hagenbuch (lead)
Richard Heyes (developer)