[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
fixed Re: imap-debug, imap-log do not do much with emacs 24
From: |
pramble |
Subject: |
fixed Re: imap-debug, imap-log do not do much with emacs 24 |
Date: |
Thu, 21 Jun 2012 07:03:31 -0700 (PDT) |
User-agent: |
G2/1.0 |
Sorry and thanks for the advice.
The problem lay in the tangle of imap/ldap authentication we
have here.
I still do not know why everything worked under emacs 23, but
something had to be changed under emacs 24.
Thanks again for the advice.
> > > 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.