diff options
author | miwi <miwi@FreeBSD.org> | 2007-08-20 23:48:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-08-20 23:48:03 +0800 |
commit | d5554efccb06ed0c2ee311fe72e0079fd6ffb2bc (patch) | |
tree | e7f4805a92d5f496084a3c1af7c8dd2236c7fb8c /mail/Makefile | |
parent | a2fffdabdc068aa186be57b3373dc0db7d87bd03 (diff) | |
download | freebsd-ports-graphics-d5554efccb06ed0c2ee311fe72e0079fd6ffb2bc.tar.gz freebsd-ports-graphics-d5554efccb06ed0c2ee311fe72e0079fd6ffb2bc.tar.zst freebsd-ports-graphics-d5554efccb06ed0c2ee311fe72e0079fd6ffb2bc.zip |
The POP3 extension makes it possible for a PHP
script to connect to and interact with a POP3 mail server.
It is based on the PHP streams interface and requires no
external library.
WWW: http://pecl.php.net/package/POP3
PR: ports/115366
Submitted by: buganini at gmail.com
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 ef114cbfefe..a714e767d63 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -413,6 +413,7 @@ SUBDIR += pear-Net_LMTP SUBDIR += pecl-esmtp SUBDIR += pecl-mailparse + SUBDIR += pecl-pop3 SUBDIR += perdition SUBDIR += pflogstats SUBDIR += pflogsumm |