From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46102 Path: main.gmane.org!not-for-mail From: Alexander Kotelnikov Newsgroups: gmane.emacs.gnus.general Subject: Re: IMAP/SSL with gnus Date: Tue, 13 Aug 2002 01:45:48 +0400 Organization: Debian Project Sender: owner-ding@hpc.uh.edu Message-ID: <87lm7bpx83.fsf@pale.loc> References: <87vg6m7i6g.fsf@giotto.sj.ru> <87n0ryqoax.fsf@pale.loc> <87it2l6zk8.fsf@giotto.sj.ru> <873ctp4495.fsf@giotto.sj.ru> <87bs87lxtr.fsf@pale.loc> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1029188765 27597 127.0.0.1 (12 Aug 2002 21:46:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 12 Aug 2002 21:46:05 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17eN0l-0007Ax-00 for ; Mon, 12 Aug 2002 23:46:03 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17eN0v-0006yy-00; Mon, 12 Aug 2002 16:46:13 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 12 Aug 2002 16:46:42 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id QAA07522 for ; Mon, 12 Aug 2002 16:46:26 -0500 (CDT) Original-Received: (qmail 4318 invoked by alias); 12 Aug 2002 21:45:52 -0000 Original-Received: (qmail 4313 invoked from network); 12 Aug 2002 21:45:52 -0000 Original-Received: from pet-relcom.softjoys.ru (HELO pet.softjoys.ru) (212.113.101.73) by gnus.org with SMTP; 12 Aug 2002 21:45:52 -0000 Original-Received: from pale.loc (mail@pale.softjoys.ru [212.113.101.137]) by pet.softjoys.ru (8.11.0/8.11.0) with ESMTP id g7CLjro40053 for ; Tue, 13 Aug 2002 01:45:54 +0400 (MSD) Original-Received: from sacha by pale.loc with local (Exim 3.35 #1 (Debian)) id 17eN0W-000793-00 for ; Tue, 13 Aug 2002 01:45:48 +0400 Original-To: ding@gnus.org X-Face: (uU)eOi[yT~l(bwno'Pl_Z-MbLa:<"SX"r]IQb3zJ8G[n(PGcwS^;\?oSN~iz{IrR3`=_A- ]ghp.+wSOFa}KX@4m{Nl!yP)&v;o8~ (Simon Josefsson's message of "Mon, 12 Aug 2002 23:13:05 +0200") Original-Lines: 23 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.2 (i386-debian-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46102 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46102 >>>>> On Mon, 12 Aug 2002 23:13:05 +0200 >>>>> "SJ" == Simon Josefsson wrote: SJ> SJ> Yes. Err, what problems did you have? I tried to add the following SJ> server in the server buffer now and it worked fine (I use non-password SJ> ssh logins): SJ> SJ> (nnimap "foo" SJ> (nnimap-stream shell) SJ> (imap-shell-program ("ssh MYMAILSERVER telnet localhost 143")) SJ> (imap-server-eol "\n")) SJ> SJ> I committed two minor bug fixes that makes it possible to specify a SJ> non-list `imap-shell-program' (undocumented, but nice) and made Gnus SJ> discard initial junk in the network stream (like the telnet greeting), SJ> but it should have worked before too. The problem I had was that gnus freezes infinitely on calling ssh. This was because I have ssh debug prints always enabled, and they confuses nnimap. Setting imap-shell-command to "ssh -q ..." helps. -- Alexander Kotelnikov Saint-Petersburg, Russia