From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/10502 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Adding function to pop3.el, and calling a backend from elsewhere Date: 03 Apr 1997 20:47:53 +0200 Sender: sb@norne.metis.no Message-ID: 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 1035150362 24777 80.91.224.250 (20 Oct 2002 21:46:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:46:02 +0000 (UTC) Return-Path: Original-Received: from riker.diamond-lane.net (root@riker [206.190.83.4]) by deanna.miranova.com (8.8.5/8.8.5) with ESMTP id LAA03267 for ; Thu, 3 Apr 1997 11:04:34 -0800 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by riker.diamond-lane.net (8.8.5/8.8.5) with SMTP id LAA30617 for ; Thu, 3 Apr 1997 11:16:34 -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 ; Thu, 3 Apr 1997 20:49:39 +0200 Original-Received: (qmail 5008 invoked by uid 504); 3 Apr 1997 18:47:06 -0000 Original-Received: (qmail 5003 invoked from network); 3 Apr 1997 18:47:00 -0000 Original-Received: from abel.metis.no (HELO gw.metis.no) (193.90.64.1) by claymore.vcinet.com with SMTP; 3 Apr 1997 18:46:57 -0000 Original-Received: by gw.metis.no (8.8.4/8.8.4) with ESMTP id UAA03509; Thu, 3 Apr 1997 20:47:58 +0200 (MET DST) Original-Received: by mailhub.metis.no (8.8.4/8.8.4) with ESMTP id UAA14300; Thu, 3 Apr 1997 20:47:54 +0200 (MET DST) Original-Received: by norne.metis.no (8.8.4/8.8.4) id UAA12889; Thu, 3 Apr 1997 20:47:54 +0200 (MET DST) Original-To: ding@gnus.org Original-Lines: 26 X-Mailer: Gnus v5.4.25/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:10502 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:10502 I'll start out by explaining what I would like to do: 1. Add a pop3-retrieve-headers to Rich Pieri's pop3.el back end, using the TOP command 2. Interface reportmail.el (a biffish utility, as far as I can tell), to Gnus back ends (which would hopefully mean that I can later use it with IMAP, and maybe even with NNTP...). So my questions are: i. is it possible? ii. is it stupid? iii. is pop3.el a regular back end? Why, and how, use it, rather than POP with movemail (which is what I do today, appearently) iv. *can* pop3-retrieve-headers be added to pop3.el? What about message numbers, and where should they be stored? I assume the back end, and the POP daemon would have different message numbers...? v. where could I find a good example of how to use a Gnus backend? The manual seems to have stuff on writing backends, and how to hook them into Gnus. But I haven't been able to find anything on how to access a back end from emacs lisp Not a priority matter. Just something that has been cooking in the back of my head, for a while. - Steinar