Gnus development mailing list
 help / color / mirror / Atom feed
From: Denys Duchier <denys.duchier@univ-orleans.fr>
To: ding@gnus.org
Subject: Re: bug with pop3/ssl and capabilities
Date: Mon, 12 Sep 2011 14:32:00 +0200	[thread overview]
Message-ID: <87sjo2ym9r.fsf@univ-orleans.fr> (raw)
In-Reply-To: <m339g4krqu.fsf@stories.gnus.org> (Lars Magne Ingebrigtsen's message of "Sat, 10 Sep 2011 23:32:57 +0200")

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Denys Duchier <denys.duchier@univ-orleans.fr> writes:
>
>> I am using gnus (from the git repository) in emacs 24 (from the bzr
>> repository).  my mail source is a pop3 server on port 995 (i.e. :stream
>> ssl) which supports the CAPA command.  yet, opening the server gets
>> stuck unless, in pop3-open-server, I comment out the line:
>>
>>     :capability-command "CAPA\r\n"
>>
>> when it is stuck and I ^G out of it, the " trace of POP session to ..."
>> buffer contains:
>>
>> +OK Dovecot ready.
>> +OK
>> CAPA
>> TOP
>> UIDL
>> RESP-CODES
>> PIPELINING
>> USER
>> SASL PLAIN
>> .
>
> Does your Dovecot not include \r on the lines?

it does. however, looking at the code again, I realized that it is in
fact:

	     :end-of-command "^\\(-ERR\\|+OK \\).*\n"

which must be replaced by:

	     :end-of-command "^\\(-ERR\\|+OK\\).*\n"

I tried it, and it worked with capabilities back on.

Cheers,

--Denys



  reply	other threads:[~2011-09-12 12:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-30 20:51 Denys Duchier
2011-09-10 21:32 ` Lars Magne Ingebrigtsen
2011-09-12 12:32   ` Denys Duchier [this message]
2011-09-21 18:23     ` Lars Magne Ingebrigtsen

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=87sjo2ym9r.fsf@univ-orleans.fr \
    --to=denys.duchier@univ-orleans.fr \
    --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).