mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
9ac465e2be
additional functionality, including (but not limited to): * Allows a stream to be passed in. * Allows raw headertext to be used in the outgoing messages (required for things like message redirection pursuant to RFC 5322 [3.6.6]). * Native PHP 5 code. * PHPUnit test suite. * Provides more comprehensive sendmail error messages. * Uses Exceptions instead of PEAR_Errors. WWW: http://pear.horde.org
12 lines
472 B
Plaintext
12 lines
472 B
Plaintext
The Horde_Mail library is a fork of the PEAR Mail library that provides
|
|
additional functionality, including (but not limited to):
|
|
* Allows a stream to be passed in.
|
|
* Allows raw headertext to be used in the outgoing messages (required for
|
|
things like message redirection pursuant to RFC 5322 [3.6.6]).
|
|
* Native PHP 5 code.
|
|
* PHPUnit test suite.
|
|
* Provides more comprehensive sendmail error messages.
|
|
* Uses Exceptions instead of PEAR_Errors.
|
|
|
|
WWW: http://pear.horde.org
|