From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67981 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap with openssl stopping up after connecting in Windows Date: Thu, 25 Dec 2008 01:26:44 +0100 Organization: Probably a good idea Message-ID: References: <833ahh3nud.fsf@torus.sehlabs.com> <877i6th1uo.fsf@mocca.josefsson.org> <87zljpidgh.fsf@hjemme.hjemme.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1230164878 19125 80.91.229.12 (25 Dec 2008 00:27:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Dec 2008 00:27:58 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16427@lists.math.uh.edu Thu Dec 25 01:29:04 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 1LFe63-0006u8-Tk for ding-account@gmane.org; Thu, 25 Dec 2008 01:29:04 +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 1LFe40-0008A0-T7; Wed, 24 Dec 2008 18:26:56 -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 1LFe3z-00089h-Eg for ding@lists.math.uh.edu; Wed, 24 Dec 2008 18:26:55 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1LFe3w-0000Gq-JF for ding@lists.math.uh.edu; Wed, 24 Dec 2008 18:26:55 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1LFe4A-0003i0-00 for ; Thu, 25 Dec 2008 01:27:06 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LFe3q-0000kE-PT for ding@gnus.org; Thu, 25 Dec 2008 00:26:46 +0000 Original-Received: from ti0064a340-0073.bb.online.no ([88.90.181.73]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Dec 2008 00:26:46 +0000 Original-Received: from sb by ti0064a340-0073.bb.online.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Dec 2008 00:26:46 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 22 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: ti0064a340-0073.bb.online.no Mail-Copies-To: never User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.3 (windows-nt) Cancel-Lock: sha1:6h6iBJGFVK0sOgv2daCscqb3DmY= X-Spam-Score: -3.6 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67981 Archived-At: >>>>> Steinar Bang : > When I looked today, there was content. Here's a sanitized version of > the content (changed servername and domain, and visible extra CR > replaced with "^M"), and a sligthly less sanitized version (changed > server name and domain), shown in hexl-mode. > What is shows is the same CRCRLF on the IMAP dialogue lines (only server > side this time, but that may be because there is no client side traffic > in imap in the buffer below). And what this means, is what Steven says earlier in the thread, that something is changing LFs to CRLFs when reading from a process, so that when a CRLF actually occurs it's expanded to CRCRLF and breaks the IMAP client. So the fix can be either: - Make emacs stop changing LF to CRLF in this case - Make the imap dialogue operate with the broken line endings. I guess that would mean understanding CRCRLF where a CRLF is expected, and outputting LF where a CRLF would normally be expected (I guess this is what Simon's proposal was about...?)