[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: imap-debug, imap-log do not do much with emacs 24
From: |
pramble |
Subject: |
Re: imap-debug, imap-log do not do much with emacs 24 |
Date: |
Thu, 21 Jun 2012 00:14:05 -0700 (PDT) |
User-agent: |
G2/1.0 |
On Wednesday, June 20, 2012 8:16:16 PM UTC+2, Lars Magne Ingebrigtsen wrote:
> > I have problems with nnimap under gnus and want to see what is happening.
> > I put (setq imap-debug t) (setq imap-log t) ...nnimap-debug and
> > nnimap-log.. in my .emacs file.
>
> Neither variable exists any more. You can set `nnimap-record-commands'
> to get a log buffer now, though.
Thanks.
Unfortunately, all I see is
09:05:12 [host.somewhere.de] (inhibited)
on the hosts where it works, I see the normal
09:05:15 [otherhost.somewhere.de] 9 EXAMINE "INBOX"
09:05:15 [otherhost.somewhere.de] 10 UID FETCH 1:* FLAGS
So authentication is failing before the imap dialog begins.
I am at a loss.
I cannot imagine why this happens under emacs 24, but not 23.
I cannot guess why it happens with one host and not others when
all are using port 993 and ssl.
Many thanks for any pointers where I should look next.