From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: pramble@xemaps.com Newsgroups: gmane.emacs.help Subject: Re: imap-debug, imap-log do not do much with emacs 24 Date: Thu, 21 Jun 2012 00:14:05 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <400774f9-0ade-4bf4-b5fd-bfc1c7447c7f@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1340264119 14235 80.91.229.3 (21 Jun 2012 07:35:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Jun 2012 07:35:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 21 09:35:18 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ShbvB-0003Pt-DT for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Jun 2012 09:35:17 +0200 Original-Received: from localhost ([::1]:58332 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShbvB-0002Q6-DL for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Jun 2012 03:35:17 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: 134.100.209.82 Original-X-Trace: posting.google.com 1340263846 6633 127.0.0.1 (21 Jun 2012 07:30:46 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 21 Jun 2012 07:30:46 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=134.100.209.82; posting-account=A8fg1QoAAADxZajAAi4Qrj96CbYXfKDG User-Agent: G2/1.0 Original-Xref: usenet.stanford.edu gnu.emacs.help:192946 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:85342 Archived-At: 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.