Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Cc: ding@gnus.org
Subject: Re: pop3+ssl
Date: Fri, 25 Nov 2005 08:01:48 +0900	[thread overview]
Message-ID: <b4mk6exr6oz.fsf@jpl.org> (raw)
In-Reply-To: <b4m3blms8n2.fsf@jpl.org>

>>>>> In <b4m3blms8n2.fsf@jpl.org> 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.



  parent reply	other threads:[~2005-11-24 23:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1Ef3cI-0006Nl-00@quimby.gnus.org>
2005-11-24  0:21 ` pop3+ssl Katsumi Yamaoka
2005-11-24  1:19   ` pop3+ssl Katsumi Yamaoka
2005-11-24  9:22     ` pop3+ssl Katsumi Yamaoka
2005-11-24 13:40       ` pop3+ssl Dave Love
2005-11-24 23:01       ` Katsumi Yamaoka [this message]
2005-11-25 18:21         ` pop3+ssl Dave Love
2005-11-24 12:03     ` pop3+ssl Dave Love
2005-11-24 12:01   ` pop3+ssl Dave Love
2005-11-24 23:01     ` pop3+ssl Katsumi Yamaoka
2005-11-25 18:26       ` pop3+ssl Dave Love

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4mk6exr6oz.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).