diff options
author | wen <wen@FreeBSD.org> | 2009-10-26 08:17:47 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-10-26 08:17:47 +0800 |
commit | 6c34a65421c03733399952863dafabe1ad721c71 (patch) | |
tree | 621eae5dcd71cfa714dc7390ba590c5e956e6f60 /mail/Makefile | |
parent | 1c950da69078e9d55661d6627e589bd5a9cc2853 (diff) | |
download | freebsd-ports-gnome-6c34a65421c03733399952863dafabe1ad721c71.tar.gz freebsd-ports-gnome-6c34a65421c03733399952863dafabe1ad721c71.tar.zst freebsd-ports-gnome-6c34a65421c03733399952863dafabe1ad721c71.zip |
mpop is a small, fast, and portable POP3 client. Its features include
header-based email filtering (filter junk mail before downloading it),
delivery to mbox files, maildir folders, or a mail delivery agent,
a very fast POP3 implementation, many authentication methods,
and good support for TLS/SSL.
WWW: http://mpop.sourceforge.net
PR: ports/139887
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: miwi, jadawin(mentors,implicit)
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 72df7afa8132..d68644b806ce 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -286,6 +286,7 @@ SUBDIR += mmr SUBDIR += movemail SUBDIR += moztraybiff + SUBDIR += mpop SUBDIR += mreport SUBDIR += msgconvert SUBDIR += msmtp |