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:59 +0900	[thread overview]
Message-ID: <b4mhda1r6oo.fsf@jpl.org> (raw)
In-Reply-To: <rzqbr0aqmos.fsf@albion.dl.ac.uk>

>>>>> In <rzqbr0aqmos.fsf@albion.dl.ac.uk> Dave Love wrote:

> Katsumi Yamaoka <yamaoka@jpl.org> writes:

>> 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.

> `delete-region' returns nil, but I guess for clarity it should be
> wrapped in (progn ... nil).

A certain version of pop3.el does the following:

	(while (and (memq (process-status process) '(open run))
		    (goto-char (point-max))
		    (forward-line -1)
		    (not (looking-at "+OK")))
	  (accept-process-output process TIMEOUT)
	  (sit-for 1))

Where `TIMEOUT' is 1.0 for "windows-nt\\|os/2\\|emx\\|cygwin",
0.1 for others by default.  I'm not sure but it might have been
necessary for the slow connection.

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



  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       ` 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     ` Katsumi Yamaoka [this message]
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=b4mhda1r6oo.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).