From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67992 Path: news.gmane.org!not-for-mail From: "Steven E. Harris" Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap with openssl stopping up after connecting in Windows Date: Fri, 26 Dec 2008 09:12:28 -0500 Organization: SEH Labs Message-ID: <83zlijja9f.fsf@torus.sehlabs.com> 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; charset=us-ascii X-Trace: ger.gmane.org 1230300768 11576 80.91.229.12 (26 Dec 2008 14:12:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Dec 2008 14:12:48 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16438@lists.math.uh.edu Fri Dec 26 15:13:56 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 1LGDRs-0005Ir-0a for ding-account@gmane.org; Fri, 26 Dec 2008 15:13:56 +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 1LGDQY-0000fC-LC; Fri, 26 Dec 2008 08:12:34 -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 1LGDQX-0000eu-Ed for ding@lists.math.uh.edu; Fri, 26 Dec 2008 08:12:33 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1LGDQU-0006nt-Ke for ding@lists.math.uh.edu; Fri, 26 Dec 2008 08:12:33 -0600 Original-Received: from mail1.panix.com ([166.84.1.72]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1LGDQi-0005io-00 for ; Fri, 26 Dec 2008 15:12:44 +0100 Original-Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by mail1.panix.com (Postfix) with ESMTP id 187F329402 for ; Fri, 26 Dec 2008 09:12:29 -0500 (EST) Original-Received: from torus.sehlabs.com (c-24-131-239-140.hsd1.pa.comcast.net [24.131.239.140]) by mailbackend.panix.com (Postfix) with ESMTP id 060D5F789 for ; Fri, 26 Dec 2008 09:12:29 -0500 (EST) Original-Received: from seh by torus.sehlabs.com with local (Exim 4.69) (envelope-from ) id KCHM4U-0004C4-CR for ding@gnus.org; Fri, 26 Dec 2008 09:12:30 -0500 Mail-Followup-To: ding@gnus.org In-Reply-To: (Steinar Bang's message of "Fri, 26 Dec 2008 12:21:29 +0100") User-Agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.4.21 (cygwin32) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67992 Archived-At: Steinar Bang writes: > I wonder what the correct approach here, is? > (set-buffer-process-coding-system 'undecided 'undecided) > or maybe > (set-buffer-file-coding-system 'undecided 'undecided) > ? There's also `imap-coding-system-for-read' and `imap-coding-system-for-write'. Their values are bound to the related `coding-system-for-read' and `coding-system-for-write' before starting up the subprocess to talk to the IMAP server. (See, for example, `imap-ssl-open'.) They're both bound to 'binary by default, which is what I would have proposed setting them to for our experiment. -- Steven E. Harris