From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54004 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: IMAP problems Date: Fri, 19 Sep 2003 23:23:39 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1064006636 6958 80.91.224.253 (19 Sep 2003 21:23:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 19 Sep 2003 21:23:56 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M2544@lists.math.uh.edu Fri Sep 19 23:23:54 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A0SjJ-0004rm-00 for ; Fri, 19 Sep 2003 23:23:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1A0SjE-0008Px-00; Fri, 19 Sep 2003 16:23:48 -0500 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1A0SjA-0008Ps-00 for ding@lists.math.uh.edu; Fri, 19 Sep 2003 16:23:44 -0500 Original-Received: from yxa.extundo.com (178.230.13.217.in-addr.dgcsystems.net [217.13.230.178]) by justine.libertine.org (Postfix) with ESMTP id ECFAE3A0069 for ; Fri, 19 Sep 2003 16:23:43 -0500 (CDT) Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.10/8.12.10) with ESMTP id h8JLNd1f021948 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=FAIL); Fri, 19 Sep 2003 23:23:41 +0200 Original-To: replies@Frank-Schmitt.net Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:030919:replies@Frank-Schmitt.net:39c1e9945e579437 X-Hashcash: 0:030919:replies@Frank-Schmitt.net:39c1e9945e579437 X-Payment: hashcash 1.2 0:030919:ding@gnus.org:7d0518788948554a X-Hashcash: 0:030919:ding@gnus.org:7d0518788948554a In-Reply-To: (Frank Schmitt's message of "Fri, 19 Sep 2003 22:24:00 +0200") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54004 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54004 Frank Schmitt writes: > Simon Josefsson writes: > >> Nothing after this? No response to the LOGIN command? The IMAP trace >> looked fine until then. Perhaps your 'startls' binary is broken? >> Type 'starttls mail1.kens.com 143' and type '. starttls' into it, do >> 'kill -ALRM ' and then type '. capability' followed by >> 'login myusername yourpassword'. You should be logged in then. > > I just tried this. starttls exits quietly after the ". capability". Oh, too bad I didn't wage any money on the bet, then. :-) Gnus should ideally notice that the process died, and imap.el do contain such logic, but I think you ran into a Emacs bug too. If you can find out why `process-status' inside `imap-starttls-open' return 'run even though the process has died, and report that to the Emacs for Windows people, and they fix it, Gnus will happily continue the login procedure using the normal network connection. Or, you could remove the 'starttls' binary.