From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67814 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap with openssl stopping up after connecting in Windows Date: Mon, 24 Nov 2008 11:09:35 +0100 Message-ID: <877i6th1uo.fsf@mocca.josefsson.org> References: <833ahh3nud.fsf@torus.sehlabs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1227521411 15500 80.91.229.12 (24 Nov 2008 10:10:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Nov 2008 10:10:11 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16261@lists.math.uh.edu Mon Nov 24 11:11:13 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1L4YPR-00017r-6s for ding-account@gmane.org; Mon, 24 Nov 2008 11:11:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1L4YO1-0006LM-TV; Mon, 24 Nov 2008 04:09:45 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1L4YO0-0006L6-Mv for ding@lists.math.uh.edu; Mon, 24 Nov 2008 04:09:44 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1L4YNw-0004TD-LF for ding@lists.math.uh.edu; Mon, 24 Nov 2008 04:09:44 -0600 Original-Received: from yxa-v.extundo.com ([83.241.177.39] ident=Debian-exim) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1L4YO6-0007uB-00 for ; Mon, 24 Nov 2008 11:09:50 +0100 Original-Received: from c80-216-27-189.bredband.comhem.se ([80.216.27.189] helo=mocca.josefsson.org) by yxa-v.extundo.com with esmtpsa (TLS-1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.63) (envelope-from ) id 1L4YNr-0006l2-KR for ding@gnus.org; Mon, 24 Nov 2008 11:09:38 +0100 OpenPGP: id=B565716F; url=http://josefsson.org/key.txt Mail-Copies-To: nobody X-Hashcash: 1:22:081124:ding@gnus.org::lHEdD2WDDYZDzymo:9rhf In-Reply-To: <833ahh3nud.fsf@torus.sehlabs.com> (Steven E. Harris's message of "Sun, 23 Nov 2008 20:38:05 -0500") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) X-Spam-Status: No, score=1.0 required=5.0 tests=ALL_TRUSTED,AWL,URIBL_OB_SURBL,URIBL_SC_SURBL autolearn=no version=3.2.3 (2007-08-08) host=yxa-v.extundo.com X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67814 Archived-At: Look in the ' *nnimap* '... buffer instead of *imap-log*, it may contain better encoding of CR/LF/etc. However, if indeed the data received by Emacs is CRCRLF, try to change the imap-server-eol variable, e.g.: (setq gnus-secondary-select-methods '((nnimap "myserver" (nnimap-address "myserver.dyndns.org") (nnimap-stream ssl) (imap-server-eol "\r\r\n") (nntp "news.gmane.org") (nndiary "") )) You may need to modify imap-client-eol as well. /Simon