From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67815 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 12:13:34 +0100 Organization: Probably a good idea Message-ID: <87zljpidgh.fsf@hjemme.hjemme.lan> References: <833ahh3nud.fsf@torus.sehlabs.com> <877i6th1uo.fsf@mocca.josefsson.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1227525269 27594 80.91.229.12 (24 Nov 2008 11:14:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Nov 2008 11:14:29 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16262@lists.math.uh.edu Mon Nov 24 12:15:32 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 1L4ZPa-0002Yi-TP for ding-account@gmane.org; Mon, 24 Nov 2008 12:15:27 +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 1L4ZO1-0006mi-Sx; Mon, 24 Nov 2008 05:13:49 -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 1L4ZO0-0006mZ-PX for ding@lists.math.uh.edu; Mon, 24 Nov 2008 05:13:48 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1L4ZNx-0004uI-Jh for ding@lists.math.uh.edu; Mon, 24 Nov 2008 05:13:48 -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 1L4ZO5-0000T4-00 for ; Mon, 24 Nov 2008 12:13:53 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L4ZNt-000394-8y for ding@gnus.org; Mon, 24 Nov 2008 11:13:41 +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 11:13:41 +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 11:13:41 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 39 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:3otwNESVhaJOcQiHDrQ/jq9sWcg= X-Spam-Score: -3.6 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67815 Archived-At: >>>>> Simon Josefsson : > Look in the ' *nnimap* '... buffer instead of *imap-log*, it may > contain better encoding of CR/LF/etc. Is there a particular time one should look in this buffer? Or is there a trick to showing some hidden stuff? This buffer always look empty when I look into it. > 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. I tried first changing just imap-server-eol as above. That didn't work. It still hung until it timed out. Then I tried also changing imap-client-eol to "\r\r\n". That didn't work either. Then I tried changing imap-client-eol to "\n" (in the theory of something changing unix line endings to CRLF). But that didn't help either. So I guess the important now is to find out what's actually in the ' *nnimap*' buffer...? I'm assuming it's there but that I have to do something to see it...? (Side note: Curiously both variables where shown as holding the value "^M\n". Ie. the LF was quoted, unix style, but the CR was unquoted.)