From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/10526 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 20:00:10 +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 1035150382 24896 80.91.224.250 (20 Oct 2002 21:46:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:46:22 +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 KAA05717 for ; Fri, 4 Apr 1997 10:58:30 -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 20:44:20 +0200 Original-Received: (qmail 8579 invoked by uid 504); 4 Apr 1997 18:41:49 -0000 Original-Received: (qmail 8576 invoked from network); 4 Apr 1997 18:41:46 -0000 Original-Received: from abel.metis.no (HELO gw.metis.no) (193.90.64.1) by claymore.vcinet.com with SMTP; 4 Apr 1997 18:41:42 -0000 Original-Received: by gw.metis.no (8.8.4/8.8.4) with ESMTP id UAA04843; Fri, 4 Apr 1997 20:00:25 +0200 (MET DST) Original-Received: by mailhub.metis.no (8.8.4/8.8.4) with ESMTP id UAA11342; Fri, 4 Apr 1997 20:00:11 +0200 (MET DST) Original-Received: by norne.metis.no (8.8.4/8.8.4) id UAA13844; Fri, 4 Apr 1997 20:00:11 +0200 (MET DST) Original-To: ding@gnus.org In-Reply-To: Stainless Steel Rat's message of 04 Apr 1997 11:57:24 -0500 Original-Lines: 28 X-Mailer: Gnus v5.4.25/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:10526 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:10526 >>>>> Stainless Steel Rat : >>>>> "SB" == Steinar Bang writes: SB> TOP msg 0 SB> retrives the headers on the UoW POP3 daemon. SB> TOP msg n SB> seems to take the headers, and then the first n lines of the message. > Implementation of TOP is, at best, inconsistant, if it exists at all. UoW > may implement it but not all servers will. > Really, this is the kind of thing you would want to do with an IMAP > server. Unlike POP, IMAP was designed for this kind of thing. Humm... since I've already revealed that I'm running the UoW POP server, it may not come as a shock, that I'm also running the UoW IMAP server... Fetching mail with POP, but "biffing" it with IMAP... kinda... *special*, innit...? :-) But I wouldn't want to start from scratch. I wonder if some of John Prevost's code can be used for this? Maybe the underlying driver stuff? Might as well actually fetch the mail with IMAP also, then.