From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53862 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: PATCH: Make IMAP mail sources more robust, was :Re: Working Date: Sat, 30 Aug 2003 16:05:17 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <87adc3cqth.fsf@mit.edu> <87lltedm6g.fsf@srcf.ucam.org> <87bru9xjre.fsf_-_@srcf.ucam.org> <87r8339w1y.fsf@srcf.ucam.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1062252341 8277 80.91.224.253 (30 Aug 2003 14:05:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 30 Aug 2003 14:05:41 +0000 (UTC) Original-X-From: ding-owner+M2402@lists.math.uh.edu Sat Aug 30 16:05:40 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19t6MF-0004pS-00 for ; Sat, 30 Aug 2003 16:05:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19t6M2-0005Xh-00; Sat, 30 Aug 2003 09:05:26 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19t6Lx-0005Xc-00 for ding@lists.math.uh.edu; Sat, 30 Aug 2003 09:05:21 -0500 Original-Received: (qmail 53323 invoked by alias); 30 Aug 2003 14:05:21 -0000 Original-Received: (qmail 53310 invoked from network); 30 Aug 2003 14:05:21 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by sclp3.sclp.com with SMTP; 30 Aug 2003 14:05:21 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.9/8.12.9) with ESMTP id h7UE5Hdk030376 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=FAIL) for ; Sat, 30 Aug 2003 16:05:18 +0200 Original-To: ding@gnus.org Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:030830:ding@gnus.org:b964aa895d3a529b X-Hashcash: 0:030830:ding@gnus.org:b964aa895d3a529b In-Reply-To: <87r8339w1y.fsf@srcf.ucam.org> (Gaute B. Strokkenes's message of "Sat, 30 Aug 2003 13:20:09 +0100") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53862 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53862 Gaute B Strokkenes writes: > Interested parties can find my detailed analysis of the problem at: > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=207840 Perhaps you could try GNUTLS instead? It might not have the fixed size buffers that OpenSSL apparently has. And you can forget about installing ssl.el when you upgrade Emacs. > 2003-08-29 Gaute Strokkenes > > * mail-source.el (mail-source-fetch-imap): Pass correct buffer > to imap-open. Reverse remove before calling > gnus-compress-sequence. Thanks, applied.