diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-07-08 03:01:01 +0800 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-07-08 03:01:01 +0800 |
commit | 9ac465e2be35b76ce3b822e74259ff216e61d61c (patch) | |
tree | b4053d734f0a74cf3525512144d92a6b656f3714 /mail/Makefile | |
parent | 97c92d72e7193e511a81a797cc92b9640f7e23f7 (diff) | |
download | freebsd-ports-gnome-9ac465e2be35b76ce3b822e74259ff216e61d61c.tar.gz freebsd-ports-gnome-9ac465e2be35b76ce3b822e74259ff216e61d61c.tar.zst freebsd-ports-gnome-9ac465e2be35b76ce3b822e74259ff216e61d61c.zip |
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
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 7b04364117f5..40cf477a68e1 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -464,6 +464,7 @@ SUBDIR += pathalias SUBDIR += pear-Contact_Vcard_Build SUBDIR += pear-Contact_Vcard_Parse + SUBDIR += pear-Horde_Mail SUBDIR += pear-MIME_Type SUBDIR += pear-Mail SUBDIR += pear-Mail_Mbox |