From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47297 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap logging in constantly Date: Sat, 19 Oct 2002 21:39:09 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035056345 8500 80.91.224.249 (19 Oct 2002 19:39:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 19 Oct 2002 19:39:05 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 182zRA-0002Cu-00 for ; Sat, 19 Oct 2002 21:39:04 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 182zRb-0000DC-00; Sat, 19 Oct 2002 14:39:31 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 19 Oct 2002 14:40:15 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id OAA13323 for ; Sat, 19 Oct 2002 14:40:03 -0500 (CDT) Original-Received: (qmail 11965 invoked by alias); 19 Oct 2002 19:39:15 -0000 Original-Received: (qmail 11960 invoked from network); 19 Oct 2002 19:39:14 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by gnus.org with SMTP; 19 Oct 2002 19:39:14 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.6/8.12.6) with ESMTP id g9JJdCFu002546 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Sat, 19 Oct 2002 21:39:13 +0200 Original-To: ding@gnus.org Mail-Copies-To: nobody X-Hashcash: 0:021019:ding@gnus.org:4986c8e3332f316e In-Reply-To: (Nevin Kapur's message of "Tue, 15 Oct 2002 11:00:09 -0400") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47297 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47297 Nevin Kapur writes: > I've noticed that since sometime last week, nnimap seems to log in to > my IMAP servers a lot more often than it used to -- each time I hit g, > or even when entering a group. This means reauthenticating using > starttls and that makes it noticeably slower than before without any > ostensible gain in functionality. > > The ChangeLog shows > > 2002-10-10 Simon Josefsson > > * nnimap.el (nnimap-open-server): Re-open server if it isn't in > auth, selected or examine state. > > May I inquire about the reason for this change? The reason was that nnimap left servers opened but not authenticated, which caused Gnus to send various non-login commands to the server. I might have fixed a flaw in the logic of the patch now though, does it work better now? Nnimap should of course not re-open servers if it isn't required.