From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53626 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: imap connection problems (WinXP / NT Emacs) Date: Tue, 05 Aug 2003 13:41:24 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <16175.578.510000.319148@ece.ucdavis.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1060083789 25690 80.91.224.253 (5 Aug 2003 11:43:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 5 Aug 2003 11:43:09 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M2170@lists.math.uh.edu Tue Aug 05 13:43:27 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 19k0Dv-000293-00 for ; Tue, 05 Aug 2003 13:43:27 +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 19k0CA-0003Wj-00; Tue, 05 Aug 2003 06:41:38 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19k0C1-0003Wb-00 for ding@lists.math.uh.edu; Tue, 05 Aug 2003 06:41:29 -0500 Original-Received: (qmail 76710 invoked by alias); 5 Aug 2003 11:41:29 -0000 Original-Received: (qmail 76705 invoked from network); 5 Aug 2003 11:41:28 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by sclp3.sclp.com with SMTP; 5 Aug 2003 11:41:28 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.9/8.12.9) with ESMTP id h75BfOdk012071 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Tue, 5 Aug 2003 13:41:25 +0200 Original-To: John Owens Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:030805:jowens@ece.ucdavis.edu:2d2e4e0ec8096f01 X-Hashcash: 0:030805:jowens@ece.ucdavis.edu:2d2e4e0ec8096f01 X-Payment: hashcash 1.2 0:030805:ding@gnus.org:3db91ab80a45f028 X-Hashcash: 0:030805:ding@gnus.org:3db91ab80a45f028 In-Reply-To: <16175.578.510000.319148@ece.ucdavis.edu> (John Owens's message of "Mon, 4 Aug 2003 18:02:58 -0700") 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:53626 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53626 John Owens writes: > I've been running imap happily under Mac OS X for a couple of months. > Now I've moved my setup files over to Windows and during gnus startup, > gnus hangs. This doesn't happen on my Mac. Maybe (setq imap-process-connection-type t) together with --- imap.el.~6.56.~ Thu Jul 10 16:03:59 2003 +++ imap.el Tue Aug 5 13:40:35 2003 @@ -612,7 +612,7 @@ (let* ((port (or port imap-default-ssl-port)) (coding-system-for-read imap-coding-system-for-read) (coding-system-for-write imap-coding-system-for-write) - (process-connection-type nil) + (process-connection-type imap-process-connection-type) process) (when (progn (setq process (start-process help? Alternatively, you could try GNUTLS and change the nnimap stream from ssl to tls.