From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/14149 Path: news.gmane.org!not-for-mail From: Adrian Lanz Newsgroups: gmane.emacs.gnus.user Subject: Problem with nnimap on a Lotus Domino server Date: Mon, 22 Nov 2010 14:51:02 +0100 Organization: Gnus News User Services Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1291955968 9874 80.91.229.12 (10 Dec 2010 04:39:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Dec 2010 04:39:28 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Fri Dec 10 05:39:24 2010 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PQulQ-0001Sg-Ai for gegu-info-gnus-english@m.gmane.org; Fri, 10 Dec 2010 05:39:24 +0100 Original-Received: from localhost ([127.0.0.1]:39373 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQulP-0003SE-He for gegu-info-gnus-english@m.gmane.org; Thu, 09 Dec 2010 23:39:23 -0500 Original-Path: usenet.stanford.edu!goblin2!goblin1!goblin.stu.neva.ru!uio.no!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 67 Original-NNTP-Posting-Host: 193.134.202.251 Original-X-Trace: quimby.gnus.org 1290433874 9814 193.134.202.251 (22 Nov 2010 13:51:14 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 22 Nov 2010 13:51:14 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:5zz3ync37yM5r0CLNptFmVSt8TU= Original-Xref: usenet.stanford.edu gnu.emacs.gnus:84989 X-Mailman-Approved-At: Thu, 09 Dec 2010 20:27:57 -0500 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:14149 Archived-At: I wanted to give the nnimap backend a try on our company server (Lotus Domino). [Pressing 'B' in the group buffer and following the instructions.]. However, no success: after connecting to the server (I think: the backend is listed in the server buffer), I see no new group in the group buffer and a message in mode-line and the *Message* buffer simply says: "Couldn't request list: ". Any clue? Below, what I find in the debug and log buffers, and what a telnet session to the server says. Many thanks, Adrian. PS: Below, I replaced the Control-M in the log buffers with the two characters "^" and "M" (and, of course, changed, usernames passwords, server names, domains). PPS: Fetching mail messages form the same server works perfect: (mail-sources '((imap ...))). *Messages* Connecting to domino.imap.server.com... Opening nnimap server on domino.imap.server.com... Opening connection to domino.imap.server.com... Do you want to save this password in ~/.authinfo.gpg? (y or n) n Opening nnimap server on domino.imap.server.com...done Reading active file...done Couldn't request list: *imap log* 14:04:39 1 CAPABILITY^M 14:04:45 2 LOGIN "username" "password"^M 14:04:45 3 LIST "" "*"^M 14:04:50 4 LIST "" "*"^M 14:04:51 5 LIST "" "*"^M *nnimap domino.imap.server.com nil *nntpd** * LIST (\Noinferiors \HasNoChildren) "\\" Inbox^M * LIST (\Noinferiors \HasNoChildren) "\\" Trash^M * LIST (\Noselect \HasChildren) "\\" "Other Users"^M * LIST (\Noselect \HasChildren) "\\" {36}^M Other Users\Charly Stoner/COMPANY^M * LIST (\Noselect \HasChildren) "\\" {28}^M Other Users\Patrick Thumb/COMPANY^M * LIST (\Noselect \HasChildren) "\\" {33}^M Other Users\Estelle Th&APw-ffer/COMPANY^M * LIST (\Noselect \HasChildren) "\\" {30}^M Other Users\Sandrine Bold/COMPANY^M 5 OK LIST completed^M *telnet session* telnet domino.imap.server.com imap Trying 10.10.10.10... Connected to domino.imap.server.com. Escape character is '^]'. * OK Domino IMAP4 Server Release 8.5.1FP2 ready Mon, 22 Nov 2010 14:10:33 +0100 a001 login username password a001 OK LOGIN completed a002 capability * CAPABILITY IMAP4rev1 AUTH=PLAIN LITERAL+ NAMESPACE QUOTA UIDPLUS a002 OK CAPABILITY completed a003 logout * BYE logging out a003 OK LOGOUT completed Connection closed by foreign host.