From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29383 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: .authinfo and mail sources Date: 04 Mar 2000 20:13:41 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87k8jka1rd.fsf@isil.localdomain> <87itz3c46l.fsf@isil.localdomain> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166063 2440 80.91.224.250 (21 Oct 2002 02:07:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:07:43 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by mailhost.sclp.com (Postfix) with ESMTP id E31D1D051E for ; Sat, 4 Mar 2000 14:14:25 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAB11297; Sat, 4 Mar 2000 13:14:16 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 04 Mar 2000 13:13:55 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id NAA15855 for ; Sat, 4 Mar 2000 13:13:45 -0600 (CST) Original-Received: from badis.pdc.kth.se (badis.pdc.kth.se [130.237.221.45]) by mailhost.sclp.com (Postfix) with ESMTP id C9485D051E for ; Sat, 4 Mar 2000 14:13:53 -0500 (EST) Original-Received: (from jas@localhost) by badis.pdc.kth.se (8.9.3/8.9.3) id UAA01948; Sat, 4 Mar 2000 20:13:42 +0100 Original-To: John Prevost In-Reply-To: John Prevost's message of "03 Mar 2000 13:13:38 -0500" Original-Lines: 24 User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.6 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29383 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29383 John Prevost writes: > Hmm. Well, nnimap already uses the authinfo file just fine. Yes, but that's not a very nice thing of nnimap. .authinfo is nntp. > The thing that confuses me is that the mail-source code for imap > doesn't even try to use the password in this file. Lars? > I think we should probably extend .authinfo. Maybe not port, but > protocol (which could allow for "imap" working for either normal or > SSL imap, or imap on a weird port, or ... Or something like that. > That might not be quite right either. Hmm. I don't think so, no, then you couldn't have multiple IMAP services on one single IP (which I know some people have, hence the extra cludge for supporting that in nnimap). What's wrong with 'port'? If mail-sources had a name, the cludge nnimap uses (put the virtual server name as the `machine' field in .authinfo) would work, but they don't so `port' or something similar is probably necessery. Or preferably, using another standardized file format altogheter.