From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44648 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: imap.el - problem (?) in imap.el Date: Fri, 03 May 2002 23:37:47 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1020461916 25670 127.0.0.1 (3 May 2002 21:38:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 3 May 2002 21:38:36 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 173klA-0006fv-00 for ; Fri, 03 May 2002 23:38:36 +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 173kke-0006Ad-00; Fri, 03 May 2002 16:38:04 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 03 May 2002 16:38:19 -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 QAA22575 for ; Fri, 3 May 2002 16:38:08 -0500 (CDT) Original-Received: (qmail 1771 invoked by alias); 3 May 2002 21:37:48 -0000 Original-Received: (qmail 1766 invoked from network); 3 May 2002 21:37:47 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by gnus.org with SMTP; 3 May 2002 21:37:47 -0000 Original-Received: from localhost.localdomain (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.3/8.12.3) with ESMTP id g43LbiMi008405; Fri, 3 May 2002 23:37:45 +0200 Original-To: Rory Molinari In-Reply-To: (Rory Molinari's message of "Fri, 03 May 2002 13:36:26 -0700") Mail-Copies-To: nobody Original-Lines: 24 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:44648 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:44648 Rory Molinari writes: > Hi, > > I use the fastmail.fm email service, and access my mail through gnus > using fastmail's IMAP server. I had some trouble getting it to work at > first, and finally tracked down the problem to the imap-parse-greeting > function in imap.el. > > Where imap-parse-greeting was expecting to see "* OK", the fastmail.fm > server produces "SERVER * OK". The parsing of greetings was failing, > and gnus interpreted this as a failure to connect to the server. Are you using some funky proxy or something? I don't see SERVER when I connect to it: [jas@localhost jas]$ telnet fastmail.fm imap Trying 209.61.183.86... Connected to fastmail.fm (209.61.183.86). Escape character is '^]'. * OK IMAP4 Ready www.fastmail.fm In any case I'd say a server the returned SERVER * OK foo as a greeting was quite broken.