From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67813 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: Mon, 24 Nov 2008 10:12:45 +0100 Organization: Probably a good idea Message-ID: <87ej11jxma.fsf@hjemme.hjemme.lan> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1227518045 5257 80.91.229.12 (24 Nov 2008 09:14:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Nov 2008 09:14:05 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16260@lists.math.uh.edu Mon Nov 24 10:15:08 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 1L4XX9-0003Lp-4l for ding-account@gmane.org; Mon, 24 Nov 2008 10:15:07 +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 1L4XV4-00065P-9y; Mon, 24 Nov 2008 03:12:58 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1L4XV3-00065D-5A for ding@lists.math.uh.edu; Mon, 24 Nov 2008 03:12:57 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1L4XV0-0001Bl-J0 for ding@lists.math.uh.edu; Mon, 24 Nov 2008 03:12:57 -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 1L4XVB-00073K-00 for ; Mon, 24 Nov 2008 10:13:05 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L4XUx-0007Yp-VS for ding@gnus.org; Mon, 24 Nov 2008 09:12:52 +0000 Original-Received: from cm-84.208.246.109.getinternet.no ([84.208.246.109]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Nov 2008 09:12:51 +0000 Original-Received: from sb by cm-84.208.246.109.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Nov 2008 09:12:51 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 28 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cm-84.208.246.109.getinternet.no Mail-Copies-To: never User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:Jh1xVdURisgxdFkOSLinVRAw4RE= X-Spam-Score: -3.6 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67813 Archived-At: >>>>> Steinar Bang : > Setting imap-log to t, I find the following in the *imap-log* buffer > (I've replaced CR characters with the string "^M" to preserve them in > this posting, I've also anonymized server and domain names): > depth=0 /O=Dovecot mail server/OU=myserver/CN=myserver/emailAddress=root@myserver.mydomain.no > verify error:num=18:self signed certificate > verify return:1 > depth=0 /O=Dovecot mail server/OU=myserver/CN=myserver/emailAddress=root@myserver.mydomain.no > verify return:1 > * OK Dovecot ready.^M > 6 NOOP^M > * BYE Disconnected for inactivity.^M > read:errno=0 > 7 CAPABILITY^M [snip!] > Or perhaps what we have is CRCRLF, where only the first CR is visible? When I look at this like Steven did, ie. using hexl-mode, I see that this is the case. All lines where the "^M" show have the sequence "0d0d0a" (CRCRLF), while the lines without an "^M" have "0d0a" (CRLF). Note: I'm using SUA openssl, not the cygwin one (but the behaviour seems to be identical).