From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.devel Subject: Re: APOP support in movemail Date: Wed, 05 Nov 2003 21:50:47 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1068065640 11586 80.91.224.253 (5 Nov 2003 20:54:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 Nov 2003 20:54:00 +0000 (UTC) Cc: Lars Magne Ingebrigtsen , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Nov 05 21:53:57 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AHUf7-0004WY-00 for ; Wed, 05 Nov 2003 21:53:57 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AHUf7-0002oj-00 for ; Wed, 05 Nov 2003 21:53:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AHUeg-00048h-Ke for emacs-devel@quimby.gnus.org; Wed, 05 Nov 2003 15:53:30 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AHUdj-00043p-Cx for emacs-devel@gnu.org; Wed, 05 Nov 2003 15:52:31 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AHUcS-0003Dd-8T for emacs-devel@gnu.org; Wed, 05 Nov 2003 15:51:43 -0500 Original-Received: from [217.13.230.178] (helo=yxa.extundo.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AHUcF-0002fV-NU for emacs-devel@gnu.org; Wed, 05 Nov 2003 15:50:59 -0500 Original-Received: from latte (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.10/8.12.10) with ESMTP id hA5Kon1K016395; Wed, 5 Nov 2003 21:50:50 +0100 Original-To: Eli Zaretskii Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:031105:eliz@elta.co.il:6ba6369a37783ee4 X-Hashcash: 0:031105:eliz@elta.co.il:6ba6369a37783ee4 X-Payment: hashcash 1.2 0:031105:larsi@gnus.org:4e889e569671b5ac X-Hashcash: 0:031105:larsi@gnus.org:4e889e569671b5ac X-Payment: hashcash 1.2 0:031105:emacs-devel@gnu.org:ca147ea018c8b97c X-Hashcash: 0:031105:emacs-devel@gnu.org:ca147ea018c8b97c In-Reply-To: (Eli Zaretskii's message of "05 Nov 2003 07:50:31 +0200") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17700 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17700 Eli Zaretskii writes: >> From: Lars Magne Ingebrigtsen >> Date: Tue, 04 Nov 2003 07:34:48 +0100 >> >> pop3.el supports APOP. > > Yes, I know, but that's not an option for me on some platforms I work > (it's a long story). > > Anyway, unless we are going to switch to pop3.el as the main means of > fetching mail via POP3, movemail needs to be updated to support APOP, > I think. Doesn't GNU MailUtils include a POP3 command line client? Even if it doesn't, I think it would be better to move the kind of functionality movemail provides into GNU MailUtils, instead of supporting it in Emacs.