From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.bugs Subject: Re: bug#5046: Too silent error reporting in imap.el:imap-open-1 Date: Fri, 11 Feb 2011 14:32:36 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <8762sqxqfv.fsf@lifelogs.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297456817 12935 80.91.229.12 (11 Feb 2011 20:40:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 11 Feb 2011 20:40:17 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Feb 11 21:40:13 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1Pnzmm-00048Y-Ur for geb-bug-gnu-emacs@m.gmane.org; Fri, 11 Feb 2011 21:40:13 +0100 Original-Received: from localhost ([127.0.0.1]:43632 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pnzmm-0005d8-Ai for geb-bug-gnu-emacs@m.gmane.org; Fri, 11 Feb 2011 15:40:12 -0500 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!news2.euro.net!news.mixmin.net!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 19 Original-X-Trace: news.albasani.net sWFX9UwMj5ljaYsiKlxhwUy+X8R3xfiSpEJxjfq2Bt2hcjmVQWW4M8pQXFDQUO4YWeGFQhU8bVwfDJ0t9oR65yhoj3MXkC2aC/HVoUmeCCBDDbh8xS9z0fEhynI9HMPO Original-NNTP-Posting-Date: Fri, 11 Feb 2011 20:32:36 +0000 (UTC) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:mu/hSo0TxQ7JJstJpJHklIJVcbw= sha1:cf98TemAiclN6yrGkkK0VE0W7jA= User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Injection-Info: news.albasani.net; logging-data="arTZ1bYbS8Nic+ZqNSq2VLt46WQu51gM6JFG1njxxYYUbOk6owpiTSK9VZWimam2Zzi3PofKikQeGGkxnjnu/Nr9f9x8uS2FLZd8ZZzzisMZW3HCN8bdoe89tBbaCA3b"; mail-complaints-to="abuse@albasani.net" Original-Xref: usenet.stanford.edu gnu.emacs.bug:71360 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:44045 Archived-At: On Thu, 26 Nov 2009 12:34:02 +0100 nisse@lysator.liu.se.?= (Niels =?UTF-8?Q?M=C3=B6ller) wrote: N> This is a problem that I experienced on emacs-22.3 on w*ndows, but the N> code in question seem to be identical in emacs-23. N> I tried to configure an nnimap server in Gnus, and connection failed, N> with a message N> imap: Connecting to the-mail-server.com...failed N> with no further details. Hi Niels, the latest Gnus doesn't use imap.el anymore and I am trying to remove anything that uses that library. The new nnimap.el does all the IMAP work internally and I think will DTRT for your case. Ted