From owner-svn-ports-head@freebsd.org Wed Dec 2 12:36:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95DE6A3FB77; Wed, 2 Dec 2015 12:36:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62C141B06; Wed, 2 Dec 2015 12:36:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB2CaEMm070102; Wed, 2 Dec 2015 12:36:14 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB2CaEmW070101; Wed, 2 Dec 2015 12:36:14 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201512021236.tB2CaEmW070101@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 2 Dec 2015 12:36:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402822 - head/mail/mpop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Dec 2015 12:36:15 -0000 Author: jbeich Date: Wed Dec 2 12:36:14 2015 New Revision: 402822 URL: https://svnweb.freebsd.org/changeset/ports/402822 Log: mail/mpop: update description from homepage Modified: head/mail/mpop/pkg-descr (contents, props changed) Modified: head/mail/mpop/pkg-descr ============================================================================== --- head/mail/mpop/pkg-descr Wed Dec 2 12:35:46 2015 (r402821) +++ head/mail/mpop/pkg-descr Wed Dec 2 12:36:14 2015 (r402822) @@ -1,7 +1,14 @@ -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. +mpop is a POP3 client: it retrieves mail from POP3 mailboxes. + +Features include: + + * Support for multiple accounts + * Header based mail filtering: filter junk mail before downloading it + * Delivery to mbox files, maildir folders, or a mail delivery agent (MDA) + * TLS/SSL support including client certificates + * Many authentication methods + * Support for Internationalized Domain Names (IDN) + * Fast POP3 implementation using command pipelining + * SOCKS proxy support WWW: http://mpop.sourceforge.net