From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/12526 Path: main.gmane.org!not-for-mail From: Kim-Minh Kaplan Newsgroups: gmane.emacs.gnus.general Subject: Re: future wishes - ACAP and LDAP support Date: 05 Oct 1997 12:00:27 +0200 Message-ID: References: <19970930184007.48935@redwood.math.gatech.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035152046 4219 80.91.224.250 (20 Oct 2002 22:14:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:14:06 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.7/8.8.7) with ESMTP id LAA01871 for ; Sun, 5 Oct 1997 11:09:51 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id NAA21740 for ; Sun, 5 Oct 1997 13:01:56 -0500 (CDT) 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 ; Sun, 5 Oct 1997 12:35:21 +0200 Original-Received: (qmail 3932 invoked by uid 504); 5 Oct 1997 10:35:20 -0000 Original-Received: (qmail 3929 invoked from network); 5 Oct 1997 10:35:19 -0000 Original-Received: from lombric.s-ip.eunet.fr (root@193.107.197.179) by claymore.vcinet.com with SMTP; 5 Oct 1997 10:35:18 -0000 Original-Received: (from kaplan@localhost) by lombric.s-ip.eunet.fr (8.8.5/8.8.5) id MAA01224; Sun, 5 Oct 1997 12:00:30 +0200 Original-To: ding@gnus.org X-Face: C!5Mk_!qB]35}VpD|H>GN/@fk%~7:*/x8&~\]|r|)/zV?rJ){uX4Nh`a$L/z__Kx4Gt!mDU 3kZlj)F2]Ds$?l';SO9]v^|[i2nY`pZ+mu+HT%5ITkuP#e]@8F4@Hc.=]oN1+d\M@Rl>-$C?h$yntf -JVx)3L2}VzG.!bQEy]~I_3fup`HtZ^t/Iz.|Vh$~o`^g\ In-Reply-To: Lars Magne Ingebrigtsen's message of "04 Oct 1997 00:10:10 +0200" Original-Lines: 20 X-Mailer: Quassia Gnus v0.11/XEmacs 19.15 Xref: main.gmane.org gmane.emacs.gnus.general:12526 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:12526 >>>>> On October 4, 1997, Lars Magne Ingebrigtsen said: Lars> 1) A greater flexibility in specifying how mail is to be Lars> fetched. For instance, you may have several POP maildrops with Lars> different user names and passwords, as well and local mail Lars> spools, MAPI servers, Qmail spools and other animals. We need a Lars> way to specify this. I think something akin to select methods would be great : (setq nnmail-spool-file '("/usr/spool/mail/kaplan" (nnmbox "/var/spool/mail/kaplan") (nnpop "kimminh.kaplan" "utopia.eunet.fr" "This is not my password") (nnmapi "user" "foo.bar.com") (nntp "news.server.fr" "newsgroup" "authentication key"))) We need someone to code this :-) Kim-Minh.