From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58254 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: imaps, and .authinfo port name/number? Date: Sun, 15 Aug 2004 00:39:10 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <87u0v8jg38.fsf@dod.no> <87r7qbhuam.fsf@dod.no> <87657lh42h.fsf@dod.no> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1092538704 7171 80.91.224.253 (15 Aug 2004 02:58:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 15 Aug 2004 02:58:24 +0000 (UTC) Original-X-From: ding-owner+M6795@lists.math.uh.edu Sun Aug 15 04:58:15 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BwBDr-0005s2-00 for ; Sun, 15 Aug 2004 04:58:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1BwBBm-00075h-00; Sat, 14 Aug 2004 21:56:06 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BwBBe-00075Z-00 for ding@lists.math.uh.edu; Sat, 14 Aug 2004 21:55:58 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BwBBd-0007Mt-Hf for ding@lists.math.uh.edu; Sat, 14 Aug 2004 21:55:57 -0500 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 261403A0035 for ; Sat, 14 Aug 2004 21:55:52 -0500 (CDT) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BwBBX-0002P2-00 for ; Sun, 15 Aug 2004 04:55:51 +0200 Original-Received: from c494102a.s-bi.bostream.se ([217.215.27.65]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Aug 2004 04:55:50 +0200 Original-Received: from jas by c494102a.s-bi.bostream.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Aug 2004 04:55:50 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 24 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c494102a.s-bi.bostream.se User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:oVkPxdpuY2U0WagTOakMRiYNtRw= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58254 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58254 Steinar Bang writes: >>>>>> Simon Josefsson : > >> The magic translation "SSL means port 993" happen inside imap.el, so >> the netrc code in nnimap.el believe it will be using port 143. I >> suppose this isn't ideal, but changing things will likely be >> backwards incompatible. > > OK. A bit confusing though. Perhaps the manual should mention it? > > Maybe something like the diff attached at the end of this message.? Good idea, I installed a hopefully improved version of the patch. >> And as IMAPS is supposed to go away, I'd argue that the Right Thing >> here is to use STARTTLS instead of IMAPS. > > Hey! I only got around to using IMAPS instead of SSH port forwarding, > on Wednesday. Now you're telling me it's obsolete? :-) It's called "progress", but yes. :-) Thanks.