From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/10514 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: Adding function to pop3.el, and calling a backend from elsewhere Date: 04 Apr 1997 08:06:30 +0200 Sender: sb@norne.metis.no Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.105) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035150372 24839 80.91.224.250 (20 Oct 2002 21:46:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:46:12 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.5/8.8.5) with SMTP id WAA04379 for ; Thu, 3 Apr 1997 22:26:26 -0800 Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Fri, 4 Apr 1997 08:07:18 +0200 Original-Received: (qmail 6754 invoked by uid 504); 4 Apr 1997 06:04:46 -0000 Original-Received: (qmail 6751 invoked from network); 4 Apr 1997 06:04:41 -0000 Original-Received: from abel.metis.no (HELO gw.metis.no) (193.90.64.1) by claymore.vcinet.com with SMTP; 4 Apr 1997 06:04:39 -0000 Original-Received: by gw.metis.no (8.8.4/8.8.4) with ESMTP id IAA04132; Fri, 4 Apr 1997 08:06:35 +0200 (MET DST) Original-Received: by mailhub.metis.no (8.8.4/8.8.4) with ESMTP id IAA16851; Fri, 4 Apr 1997 08:06:31 +0200 (MET DST) Original-Received: by norne.metis.no (8.8.4/8.8.4) id IAA13338; Fri, 4 Apr 1997 08:06:31 +0200 (MET DST) Original-To: ding@gnus.org In-Reply-To: Stainless Steel Rat's message of 03 Apr 1997 16:36:17 -0500 Original-Lines: 13 X-Mailer: Gnus v5.4.25/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:10514 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:10514 >>>>> Stainless Steel Rat : SB> iv. *can* pop3-retrieve-headers be added to pop3.el? > Certainly it could... unfortunately there is no standard POP3 command to do > so. There is TOP, but it is not part of the core protocol, not all servers > will implement it, and it does not retrive headers but the first lines > of the message starting with the headers. TOP msg 0 retrives the headers on the UoW POP3 daemon. TOP msg n seems to take the headers, and then the first n lines of the message.