From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38258 Path: main.gmane.org!not-for-mail From: Jim Davidson Newsgroups: gmane.emacs.gnus.general Subject: Re: Using nnimap Date: 24 Aug 2001 10:34:31 -0700 Organization: SunSITE.dk - Supporting Opensource Software Sender: jdavidso@JDAVIDSON-PC2.auc.dk Message-ID: References: <87sneoexmj.fsf@IDEALX.com> <998239349.3b7fec75e97be@imp.free.fr> <7zlmkd96z3.fsf@amboise.ird.idealx.com> <7zn14t3fc5.fsf@amboise.ird.idealx.com> <7z66bgsflx.fsf@amboise.ird.idealx.com> <7zpu9ntdfm.fsf@amboise.ird.idealx.com> <7zu1yxx6rr.fsf@amboise.ird.idealx.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035174152 21429 80.91.224.250 (21 Oct 2002 04:22:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:22:32 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 26018 invoked from network); 24 Aug 2001 17:30:40 -0000 Original-Received: from sunsite.dk (130.225.51.30) by gnus.org with SMTP; 24 Aug 2001 17:30:40 -0000 Original-Received: (qmail 3531 invoked by uid 509); 24 Aug 2001 17:30:36 -0000 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: emacs.ding Original-NNTP-Posting-Host: pix2.liberate.com Original-X-Trace: sunsite.dk 998674236 3380 216.221.224.2 (24 Aug 2001 17:30:36 GMT) Original-X-Complaints-To: news@sunsite.dk Original-NNTP-Posting-Date: Fri, 24 Aug 2001 17:30:36 +0000 (UTC) X-Authenticated: jim.davidson@liberate.com User-Agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/20.7 Original-Lines: 48 Xref: main.gmane.org gmane.emacs.gnus.general:38258 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38258 jerome.marant@free.fr (Jérôme Marant) writes: > Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: > > > jerome.marant@free.fr (Jérôme Marant) writes: > > > > > I followed all what you adviced me to perform. > > > However, I guess I have to be able to enter the group if I want to > > > get those buffers. As I could not enter the buffer, I got no > > > *imap-debug* and no *nnimap-debug*. > > > > Hm. Hmmm... And if you write the two setq statements in your ~/.gnus > > and restart Emacs and Gnus? > > I've got the same result: *imap-debug* and *nnimap-debug* have not been > created ;( > > I've contacted my Internet provider and it would be better for > him to have IMAP logs in order to see what could be wrong in > IMAP messages. > > How can I get them? You're confused. Your Internet provider is not going to give you access to logs. More importantly, that's not where the problem lies; those buffers will be created even if the IMAP server isn't working. The problem is at your end, and you need to debug your client to track it down. If you've set the above variables, and restarted Emacs, then you need to step through the relevant gnus functions, to see where things are going wrong. You should put a break in gnus-server-opened. Check that it's eventually calling nnimap-server-opened. Note that nnimap-server-opened will create the *nnimap-debug* buffer, independent of whether the IMAP server can be contacted. Similarly, you should get to gnus-open-server and then nnimap-open-server, which will actually attempt to open the connection. By now both the debug buffers should have lots of information in them. Again, this is independent of whether the IMAP server can be contacted. -- Jim Davidson jdavidson @ acm.org