From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Sebastien Vauban" Newsgroups: gmane.emacs.help Subject: Re: imap-debug, imap-log do not do much with emacs 24 Date: Thu, 21 Jun 2012 11:19:11 +0200 Organization: Sebastien Vauban Message-ID: <80zk7x2fao.fsf@somewhere.org> References: <400774f9-0ade-4bf4-b5fd-bfc1c7447c7f@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1340270427 31145 80.91.229.3 (21 Jun 2012 09:20:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Jun 2012 09:20:27 +0000 (UTC) To: help-gnu-emacs-mXXj517/zsQ@public.gmane.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org-mXXj517/zsQ@public.gmane.org Thu Jun 21 11:20:26 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 1ShdYo-0002TL-GU for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Jun 2012 11:20:19 +0200 Original-Received: from localhost ([::1]:55239 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShdYo-0008Qe-BF for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Jun 2012 05:20:18 -0400 Original-Path: usenet.stanford.edu!goblin1!goblin.stu.neva.ru!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 41 Injection-Info: mx04.eternal-september.org; posting-host="No+jx9xcG75RY5G9Zb0asg"; logging-data="12881"; mail-complaints-to="abuse-VVbKFVtnif8H+i2N2EyTrmui9UKz+5OX@public.gmane.org"; posting-account="U2FsdGVkX1/Nz2PBdaNdGvL+ys0yClXG" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (windows-nt) X-Archive: encrypt Cancel-Lock: sha1:sfn2l29kRcUqbFN32LlPgbsXLDs= sha1:m9ar2LGChJug1fjRNnSBL+qYlfw= X-Url: Under construction... Original-Xref: usenet.stanford.edu gnu.emacs.help:192951 X-BeenThere: help-gnu-emacs-mXXj517/zsQ@public.gmane.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-mXXj517/zsQ@public.gmane.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org-mXXj517/zsQ@public.gmane.org Xref: news.gmane.org gmane.emacs.help:85347 Archived-At: Hello, pramble-UP5qN2kvzQrQT0dZR+AlfA@public.gmane.org wrote: > 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. I'm using latest Git Gnus on Emacs 24 on Windows. When we changed our mail server to Dovecot, I've had hard times finding out why the connection couldn't be established on port 993 (with starttls, I think). Ultimately, I've found out that disabling the package `cygwin-mount' was then working. With that package enabled, connections failed. No idea why it conflicts with Gnus! Best regards, Seb -- Sebastien Vauban