From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/5372 Path: main.gmane.org!not-for-mail From: larsi@ifi.uio.no (Lars Magne Ingebrigtsen) Newsgroups: gmane.emacs.gnus.general Subject: Re: movemail query or POP3 package Date: 29 Feb 1996 08:58:04 +0000 Organization: Dept. of Informatics, University of Oslo, Norway Sender: larsi@ifi.uio.no Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035145985 32589 80.91.224.250 (20 Oct 2002 20:33:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:33:05 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.3/8.6.9) with SMTP id BAA05138 for ; Thu, 29 Feb 1996 01:42:12 -0800 Original-Received: from eistla.ifi.uio.no (4867@eistla.ifi.uio.no [129.240.94.29]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Thu, 29 Feb 1996 09:58:06 +0100 Original-Received: (from larsi@localhost) by eistla.ifi.uio.no ; Thu, 29 Feb 1996 09:58:05 +0100 Original-To: ding@ifi.uio.no In-Reply-To: dhall@illusion.apk.net's message of 28 Feb 1996 06:58:43 -0500 Original-Lines: 23 Xref: main.gmane.org gmane.emacs.gnus.general:5372 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:5372 dhall@illusion.apk.net (d. hall) writes: > I know emacs has movemail for this capibility, but does movemail support > the likelihood that the POP3 server requires user-authentication? Yes, but no. `pop_open' in pop.c has this definition: popserver pop_open (host, username, password, flags) So it does allow specifying password and stuff. However, this function is called from `movemail' in movemail.c thusly: server = pop_open (0, user, 0, POP_NO_GETPASS); So one can't specify that `movemail' should prompt for a password when fetching mail from the POP server. This seems like a bug to me, so I'd suggest someone fixing this and mailing the fix off to Stallman. -- "Yes. The journey through the human heart would have to wait until some other time."