From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66634 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus - Exchange IMAP issues (can't enter INBOX) Date: Tue, 01 Apr 2008 16:17:58 +0200 Message-ID: <87od8tpskp.fsf@mocca.josefsson.org> References: <861w81644k.fsf@lifelogs.com> <867ihjqgf0.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207059538 28767 80.91.229.12 (1 Apr 2008 14:18:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Apr 2008 14:18:58 +0000 (UTC) Cc: Ding Mailing List To: Ted Zlatanov Original-X-From: ding-owner+M15119@lists.math.uh.edu Tue Apr 01 16:19:26 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 1JghKA-0007UE-S3 for ding-account@gmane.org; Tue, 01 Apr 2008 16:18:55 +0200 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 1JghJU-00031U-V7; Tue, 01 Apr 2008 09:18:13 -0500 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 1JghJT-00031B-Nr for ding@lists.math.uh.edu; Tue, 01 Apr 2008 09:18:11 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JghJN-0003i7-KE for ding@lists.math.uh.edu; Tue, 01 Apr 2008 09:18:11 -0500 Original-Received: from yxa.extundo.com ([83.241.177.38]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JghJW-0001b3-00 for ; Tue, 01 Apr 2008 16:18:14 +0200 Original-Received: from mocca.josefsson.org (yxa.extundo.com [83.241.177.38]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id m31EHwBJ003644 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 1 Apr 2008 16:17:59 +0200 OpenPGP: id=B565716F; url=http://josefsson.org/key.txt Mail-Copies-To: nobody X-Hashcash: 1:22:080401:tzz@lifelogs.com::7rNw1fwMl4kbNKh3:4aA9 X-Hashcash: 1:22:080401:ding@gnus.org::MzZq8ZnpJ0ju0gGK:iCPM In-Reply-To: <867ihjqgf0.fsf@lifelogs.com> (Ted Zlatanov's message of "Tue, 05 Feb 2008 14:47:31 -0600") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux) X-Spam-Status: No, score=-0.0 required=4.0 tests=SPF_PASS autolearn=disabled version=3.1.7 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on yxa-iv X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on yxa.extundo.com X-Virus-Status: Clean X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66634 Archived-At: Ted Zlatanov writes: > On Mon, 28 Jan 2008 15:18:19 -0600 Ted Zlatanov wrote: > > TZ> I get an interesting error when trying to refresh INBOX on a MS Exchange > TZ> server over IMAP. I can't enter the INBOX, so it's annoying. I haven't > TZ> seen it before with other Exchange servers, so I don't know if something > TZ> is misconfigured on my end... > > Since no one had ideas, I had to switch to nnmaildir and IMAP fetching > (hence the mail-source.el patch I posted earlier). Too bad, I'd still > like to understand why Exchange rejected simple IMAP commands and > Thunderbird works fine with the same server. The command was 'FETCH 1,* UID' and the response was '1775 BAD The specified message set is invalid.' (btw, a imap-log output log would be simpler to read than the imap-debug output). Investigating why the server returns this message in response to that command would help. Is the mailbox perhaps close to empty? Anyway, this seems like a server bug to me. I recall some servers have had problems returning data for 1,* queries when the mailbox contains zero or one message. Is this the case here? As far as I can tell, it doesn't seem it is, since the imap-debug output contains '9 EXISTS' so there should be 9 messages. In that case, I have no idea why the command fails. /Simon