info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Capturing POP3(S) more thoroughly?


From: Tim Landscheidt
Subject: Re: Capturing POP3(S) more thoroughly?
Date: Thu, 20 Oct 2011 12:39:54 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

I wrote:

> my provider's POP3S support stopped working. When I set
> pop3-debug to t, my Gnus 5.13 gets a nice " trace of POP
> session to $HOST":

> | +OK POP3 server ready <$SOMEID@$HOST>^M
> | *** Fatal error: A TLS packet with unexpected length was received.
> | *** Server has terminated the connection abnormally.

> | Process POP exited abnormally with code 1

> How can I capture ideally all dialog, but at least the
> commands Gnus sends, totally ideally with some fancy
> ">>>"/"<<<" to differentiate between incoming and outgoing
> lines so I can bug my tech support?

To finish this up: After a tip from Lars, I advised
pop3-send-command and replaced the comments with messages
(inserts do not work there).

  The ultimate culprit in this case was that gnutls-cli
(2.6.6 installed here) which is used preferably by Gnus
can't communicate with the server that disconnects after the
first client command (even "QUIT" :-)). I solved this by
customizing tls-program to only include openssl which works
flawlessly.

Tim




reply via email to

[Prev in Thread] Current Thread [Next in Thread]