From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel,gmane.comp.gnu.mailutils.bugs Subject: syntax for movemail (mailutils), apop, rmail Date: Mon, 13 Oct 2008 14:31:23 -0400 Message-ID: Reply-To: ams@gnu.org NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1223922856 19764 80.91.229.12 (13 Oct 2008 18:34:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Oct 2008 18:34:16 +0000 (UTC) To: emacs-devel@gnu.org, bug-mailutils@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 13 20:35:15 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KpSG4-0007ZM-HG for ged-emacs-devel@m.gmane.org; Mon, 13 Oct 2008 20:35:08 +0200 Original-Received: from localhost ([127.0.0.1]:59199 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KpSF0-0001zS-2d for ged-emacs-devel@m.gmane.org; Mon, 13 Oct 2008 14:34:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KpSEs-0001ym-PC for emacs-devel@gnu.org; Mon, 13 Oct 2008 14:33:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KpSEr-0001ya-Bm for emacs-devel@gnu.org; Mon, 13 Oct 2008 14:33:54 -0400 Original-Received: from [199.232.76.173] (port=38686 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KpSEr-0001yX-95; Mon, 13 Oct 2008 14:33:53 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:37963) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KpSEq-0005f0-Uq; Mon, 13 Oct 2008 14:33:53 -0400 Original-Received: from ams by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KpSCR-00074w-7s; Mon, 13 Oct 2008 14:31:23 -0400 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:104505 gmane.comp.gnu.mailutils.bugs:1211 Archived-At: Hi, movemail in mailutils supports APOP, but the syntax for it does not allow for a password: pop://;auth=+APOP@ but pop://:;auth=+APOP@ is interpreted as having the user :. Currently it seems that it is impossible to use POP + AUTH with rmail unless one wishes to be asked for a password, or use emacs movemail. Problem with the later is that emacs movemail does not support imap; and as a result you cannot have multiple mailboxes that use imap and apop. Would it be able to make mailutils movemail support a password in the URI, or make rmail handle rmail-remote-password better to always try it when something asks for a password? The last solution isn't the best one, but it work. Cheers.