From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Elias Oltmanns Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: [PATCH] POP3 Over SSL with openssl Date: Wed, 05 Mar 2008 13:37:31 +0100 Message-ID: <87pru9e48k.fsf@denkblock.local> References: <87mypgi37v.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1204720672 10168 80.91.229.12 (5 Mar 2008 12:37:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Mar 2008 12:37:52 +0000 (UTC) Cc: ding@gnus.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 05 13:38:19 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JWssx-0004Jc-RT for ged-emacs-devel@m.gmane.org; Wed, 05 Mar 2008 13:38:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JWssQ-0000MZ-L6 for ged-emacs-devel@m.gmane.org; Wed, 05 Mar 2008 07:37:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JWssM-0000M7-NQ for emacs-devel@gnu.org; Wed, 05 Mar 2008 07:37:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JWssL-0000LM-TD for emacs-devel@gnu.org; Wed, 05 Mar 2008 07:37:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JWssL-0000LJ-LH for emacs-devel@gnu.org; Wed, 05 Mar 2008 07:37:37 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JWssL-0003f2-7O for emacs-devel@gnu.org; Wed, 05 Mar 2008 07:37:37 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JWssD-0002zw-MC for emacs-devel@gnu.org; Wed, 05 Mar 2008 12:37:29 +0000 Original-Received: from pd9e87d14.dip.t-dialin.net ([217.232.125.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Mar 2008 12:37:29 +0000 Original-Received: from eo by pd9e87d14.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Mar 2008 12:37:29 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pd9e87d14.dip.t-dialin.net X-Hashcash: 1:20:080305:nao.aota@gmail.com::h+QSVJf9RuNVE7bh:00000000000000000000000000000000000000000000BRp User-Agent: Gnus/5.110007 (No Gnus v0.7) Cancel-Lock: sha1:LPwnRlmwb7lULvue19A6m98gczg= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:91372 gmane.emacs.gnus.general:66429 Archived-At: Reiner Steib wrote: > On Mon, Mar 03 2008, Naohiro Aota wrote: > >> I tried to retrieve mails by POP3 Over SSL with openssl, but Gnus >> stopped working displaing "Retrieving message 1 of 5 from myserver...". >> Then I found that without -ign_eof and -quiet argument, openssl doesn't >> send line begins with "R" or "Q" to server but renegotiate or quit its >> connection. So sending "RETR" command made this problem. >> >> I suggest to call openssl commands with "-ign_eof" argument. Please find >> the patch below. > > Does anyone see a problem with this? Since I don't use POP3, I can't test that. However, it looks fine to me and it certainly doesn't break IMAP (checked that). Regards, Elias