From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/14132 Path: news.gmane.org!not-for-mail From: Merciadri Luca Newsgroups: gmane.emacs.gnus.user Subject: Re: Imap stopped working for some accounts Date: Wed, 26 May 2010 07:37:06 -0700 (PDT) Organization: http://groups.google.com Message-ID: <1dceea52-3a94-4ad3-93a4-f5d6b2cf549a@f14g2000vbn.googlegroups.com> References: <049ee441-b42f-46a0-911a-5abd2462e75c@c7g2000vbc.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1291898747 2727 80.91.229.12 (9 Dec 2010 12:45:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2010 12:45:47 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Dec 09 13:45:43 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 1PQfsU-0001Im-MI for gegu-info-gnus-english@m.gmane.org; Thu, 09 Dec 2010 13:45:42 +0100 Original-Received: from localhost ([127.0.0.1]:50774 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQfsU-0006SQ-0d for gegu-info-gnus-english@m.gmane.org; Thu, 09 Dec 2010 07:45:42 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!f14g2000vbn.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 78 Original-NNTP-Posting-Host: 62.197.101.67 Original-X-Trace: posting.google.com 1274884626 16222 127.0.0.1 (26 May 2010 14:37:06 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 26 May 2010 14:37:06 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f14g2000vbn.googlegroups.com; posting-host=62.197.101.67; posting-account=V6LrigoAAACudvZ0KlT32AF1BSfjssFY User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.18) Gecko/2010021720 Firefox/3.0.6 (Debian-3.0.6-3),gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.gnus:84389 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:14132 Archived-At: > Hi everyone, > > I am a bit confused. I use Gnus in Emacs to handle my emails via imap. > Till now everything worked perfect. But suddenly, 2 email accounts > stopped working. You speak later about only Gmail which does not work. What is the other account which does not work? > 3 others still work without a problem. One of the not > working is gmail, my Setup for that is: > > =A0(add-to-list 'gnus-secondary-select-methods '(nnimap "gmail" > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0(n= nimap-address "imap.gmail.com") > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0(n= nimap-server-port 993) > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0(n= nimap-stream ssl) > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0(n= nimap-authinfo-file "~/.authinfo- > gmail"))) > > When I start gnus, I get: > > Opening nnimap server on gmail... > Denied server nnimap+gmail > Opening nnimap server on gmail...failed They might have changed their port, or their adress, or their method (which would imply that they would have changed their port). Personally, I use a totally different approach (which might be deprecated, though): =3D=3D (setq mail-sources '((file) (pop :server "server1" :user "user1") (pop :server "server2" :user "user2") ; stuff (imap :server "server3(imapserver)" :port xxx ; name of the port :user "user3" ))) =3D=3D which works pretty well. > And only this regarding gmail. If I turn on verbose for Gnus, I get > nothing for Gmail, it seems it does not really start checking it. > It worked, I send the notebook to sleep and took it at work, since > then it doesn't work, neither at home or at work. Is it the same computer `at work' or `at home'? > I am not sure what > changed between that. I think gnus got stuck on the old connection, I > forgot to close it. > What confuses me is, I have the config in ~/.gnus.el. It's quite a > while since i set everything up. Now when I try to start gnus as a > different user to see where the problem is, You mean using the shell being logged differently? > I can not make gnus fetch > the gmail account. I add the lines above to ~/.gnus.el but still, gnus > does not fetch this. There might be other parameters to set up (I don't know). > And if I remove the gmail config from ~/.gnus.el, > still gnus tries to fetch gmail over imap (and fails). With your account, right? That could be because you/it byte-compiled the .gnus into .gnus.eld, and that the byte-compiled (i.e. the .eld file) file is read at the place of the .el (emacs lisp file that you want to modify to try stuff) one. > Was there > something else I have to configure? And: Where is the problem? I don't > get any meaningful messages out of it. . I sometimes get strange things with Gnus, but, normally, if you change nothing, there is no reason for it not to work anymore. What happens if you set up another port? Does the same message appear? And in verbose mode (with the new port)? HTH.