From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9313 Path: main.gmane.org!not-for-mail From: Ken Raeburn Newsgroups: gmane.emacs.gnus.general Subject: Re: How to make pop3-movemail work? Date: 08 Jan 1997 12:23:59 -0800 Sender: raeburn@cygnus.com Message-ID: References: <32D2F256.2CC5@nda.com> <32D3CF96.B3D@nda.com> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035149357 17715 80.91.224.250 (20 Oct 2002 21:29:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:29:17 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.4/8.8.4) with SMTP id MAA03850 for ; Wed, 8 Jan 1997 12:36:41 -0800 Original-Received: from cygnus.com (cygnus.com [205.180.230.20]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Wed, 8 Jan 1997 21:24:13 +0100 Original-Received: from tweedledumb.cygnus.com (tweedledumb.cygnus.com [192.80.44.1]) by cygnus.com (8.6.12/8.6.9) with SMTP id MAA13619; Wed, 8 Jan 1997 12:24:08 -0800 Original-Received: from kr-laptop.cygnus.com ([205.180.230.200]) by tweedledumb.cygnus.com (4.1/4.7) id AA14457; Wed, 8 Jan 97 15:24:02 EST Original-Received: (from raeburn@localhost) by kr-laptop.cygnus.com (8.8.3/8.8.3) id MAA29896; Wed, 8 Jan 1997 12:24:00 -0800 Original-To: Rich Pieri In-Reply-To: Rich Pieri's message of 08 Jan 1997 12:41:45 -0500 Original-Lines: 13 X-Mailer: Red Gnus v0.76/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:9313 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:9313 Rich Pieri writes: > When I wrote pop3-movemail, it was intended to replace the call-process > that invokes nnmail-movemail-program... and nnmail-movemail-program > could go away because it is not needed anymore. It'll still be needed for those of us using Kerberos-authenticated POP service. Unfortunately, I don't think it's possible to use the Kerberos code in a subprocess that doesn't have access to the network file descriptor being used to talk to the POP server. (I looked into this after seeing the pop3 code included.) Ken