Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Cc: ding@gnus.org
Subject: pop3+ssl
Date: Thu, 24 Nov 2005 09:21:45 +0900	[thread overview]
Message-ID: <b4msltmyjxi.fsf_-_@jpl.org> (raw)
In-Reply-To: <E1Ef3cI-0006Nl-00@quimby.gnus.org>

>>>>> In <E1Ef3cI-0006Nl-00@quimby.gnus.org> Dave Love wrote:

>     Date: Thursday, November 24, 2005 @ 00:01:30
>   Author: cvs
>     Path: /usr/local/cvsroot/gnus/lisp

> Modified: pop3.el

> (pop3-authentication-scheme): Clarify doc.
> (open-tls-stream, starttls-open-stream): Autoload.
> (pop3-stream-type): New.
> (pop3-open-server): Use it.

In pop3-open-server, for what purpose is `while' used?  If it is
intended to run cyclically, it seems to lack some conditions or
other.

		  ;; There's a load of info printed that needs deleting.
->		  (while (when (memq (process-status process) '(open run))
			   (pop3-accept-process-output process)
			   (goto-char (point-max))
			   (forward-line -1)
			   (if (looking-at "\\+OK")
			       (delete-region (point-min) (point))
			     (pop3-quit process)
			     (error "POP SSL connexion failed"))))

I cannot try it practically since I have no pop3 server which
supports ssl, though.



       reply	other threads:[~2005-11-24  0:21 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 ` Katsumi Yamaoka [this message]
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       ` pop3+ssl Katsumi Yamaoka
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=b4msltmyjxi.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).