From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73727 Path: news.gmane.org!not-for-mail From: Tibor Simko Newsgroups: gmane.emacs.gnus.general Subject: Re: AUTH=PLAIN support Date: Sat, 30 Oct 2010 22:22:24 +0200 Organization: CERN -- European Organization for Nuclear Research Message-ID: <87pqure8hr.fsf@pcuds33.cern.ch> References: <871v77fp3p.fsf@pcuds33.cern.ch> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1288470199 28743 80.91.229.12 (30 Oct 2010 20:23:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 30 Oct 2010 20:23:19 +0000 (UTC) Keywords: CERN SpamKiller Note: -50 To: Original-X-From: ding-owner+M22096@lists.math.uh.edu Sat Oct 30 22:23:11 2010 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.69) (envelope-from ) id 1PCHxH-0004GM-CR for ding-account@gmane.org; Sat, 30 Oct 2010 22:23:11 +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 1PCHx5-0007EG-Lw; Sat, 30 Oct 2010 15:22:59 -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 1PCHx3-0007Dw-Fh for ding@lists.math.uh.edu; Sat, 30 Oct 2010 15:22:57 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PCHx2-0005nE-4J for ding@lists.math.uh.edu; Sat, 30 Oct 2010 15:22:57 -0500 Original-Received: from cernmx30.cern.ch ([137.138.144.177]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PCHx1-0005OE-00 for ; Sat, 30 Oct 2010 22:22:55 +0200 Original-Received: from CERNFE21.cern.ch (137.138.144.150) by cernmxgwlb2.cern.ch (137.138.144.177) with Microsoft SMTP Server (TLS) id 14.1.218.12; Sat, 30 Oct 2010 22:22:25 +0200 Original-Received: from pcuds33.cern.ch (83.76.137.52) by smtp.cern.ch (137.138.144.172) with Microsoft SMTP Server (TLS) id 14.1.218.12; Sat, 30 Oct 2010 22:22:24 +0200 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sat, 30 Oct 2010 21:41:54 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Originating-IP: [83.76.137.52] X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73727 Archived-At: On Sat, 30 Oct 2010, Lars Magne Ingebrigtsen wrote: > nnimap-object > > what does it say? I'm now on gnus eca0ea5785cbc60125202c7e5ddd2b614e64c5bc (=last good version for me), and nnimap-object typically looks like: --8<---------------cut here---------------start------------->8--- [cl-struct-nnimap "mail.zyxxy.xyzzy" # nil ("IMAP4" "IMAP4REV1" "AUTH=PLAIN" "CHILDREN" "IDLE" "NAMESPACE" "LITERAL+") (t ("OK" ("READ-WRITE") "SELECT" "completed.") ("572" "EXISTS") ("0" "RECENT") ("FLAGS" ("\\Seen" "\\Answered" "\\Flagged" "\\Deleted" "\\Draft" "$MDNSent")) ("OK" ("PERMANENTFLAGS" "(\\Seen" "\\Answered" "\\Flagged" "\\Deleted" "\\Draft" "$MDNSent)") "Permanent" "flags") ("OK" ("UNSEEN" "571") "Is" "the" "first" "unseen" "message") ("OK" ("UIDVALIDITY" "1109") "UIDVALIDITY" "value") ("OK" ("UIDNEXT" "6676") "The" "next" "unique" "identifier" "value")) nil "imap.foo.com" (19660 30995 114637) "* OK The Microsoft Exchange IMAP4 service is ready.^M"] --8<---------------cut here---------------end--------------->8--- BTW, if you are looking at IMAP capabilities, I noticed a difference in that Exchange 2010 returns solely AUTH=PLAIN even when one authenticates via SSL, while Exchange 2007 returned also AUTH=NTLM AUTH=GSSAPI for authenticated users (and AUTH=PLAIN for anonymous connections). See the sample CAPABILITY outputs I posted previously: Best regards -- Tibor Simko