From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61420 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: pop3+ssl Date: Fri, 25 Nov 2005 08:01:48 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1132873615 30114 80.91.229.2 (24 Nov 2005 23:06:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 Nov 2005 23:06:55 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+m9951@lists.math.uh.edu Fri Nov 25 00:06:53 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EfQ9e-0004hF-0g for ding-account@gmane.org; Fri, 25 Nov 2005 00:05:26 +0100 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 1EfQ9P-00079v-00; Thu, 24 Nov 2005 17:05:12 -0600 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1EfQ6J-00079q-00 for ding@lists.math.uh.edu; Thu, 24 Nov 2005 17:01:59 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1EfQ6I-0005kd-EM for ding@lists.math.uh.edu; Thu, 24 Nov 2005 17:01:59 -0600 Original-Received: from minsk.hostforweb.net ([66.225.201.21]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1EfQ6H-0001ix-00 for ; Fri, 25 Nov 2005 00:01:57 +0100 Original-Received: from localhost ([127.0.0.1]) by minsk.hostforweb.net with esmtpa (Exim 4.52) id 1EfQ6L-0005g0-BN; Thu, 24 Nov 2005 17:02:01 -0600 Original-To: Dave Love X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:DOr1pxn6R5WtYhMAqreU2oYuBX4= X-Hashcash: 1:20:051124:fx@gnu.org::82RLn0cf//8ZpHsq:00000006J4/ X-Hashcash: 1:20:051124:ding@gnus.org::dVBqmCYVEbgav3iF:0000GgGd X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - minsk.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -2.4 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61420 Archived-At: >>>>> In Katsumi Yamaoka wrote: > --- pop3.el~ 2005-11-23 23:34:42 +0000 > +++ pop3.el 2005-11-24 09:20:25 +0000 > @@ -222,7 +222,7 @@ > (setq process > (cond > ((or (eq pop3-stream-type 'ssl) > - (and (not pop3-stream-type) (= port 995))) ; pop3s > + (and (not pop3-stream-type) (member port '(995 "pop3s")))) > (let ((process (open-tls-stream "POP" (current-buffer) > mailhost port))) > (when process Installed.