From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80854 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Gack ... boring old nnimap and gmail problem again Date: Tue, 10 Jan 2012 11:28:31 +0100 Message-ID: <8762gjdf74.fsf@tsdh.uni-koblenz.de> References: <87r4z8snry.fsf@newsguy.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1326191338 30469 80.91.229.12 (10 Jan 2012 10:28:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 10 Jan 2012 10:28:58 +0000 (UTC) Cc: ding@gnus.org To: Harry Putnam Original-X-From: ding-owner+M29136@lists.math.uh.edu Tue Jan 10 11:28:54 2012 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 1RkYwn-0004ul-GN for ding-account@gmane.org; Tue, 10 Jan 2012 11:28:53 +0100 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 1RkYwZ-0005CC-Q6; Tue, 10 Jan 2012 04:28:39 -0600 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 1RkYwY-0005C0-7z for ding@lists.math.uh.edu; Tue, 10 Jan 2012 04:28:38 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RkYwX-0007v1-1w for ding@lists.math.uh.edu; Tue, 10 Jan 2012 04:28:37 -0600 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RkYwV-0004e0-DA for ding@gnus.org; Tue, 10 Jan 2012 11:28:35 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 69A45D222F; Tue, 10 Jan 2012 11:28:34 +0100 (CET) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id p5Hn0BB0Pn3o; Tue, 10 Jan 2012 11:28:33 +0100 (CET) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from tsdh.uni-koblenz.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 0CFC2D22E0; Tue, 10 Jan 2012 11:28:32 +0100 (CET) In-Reply-To: <87r4z8snry.fsf@newsguy.com> (Harry Putnam's message of "Mon, 09 Jan 2012 14:01:53 -0500") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.92 (gnu/linux) X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80854 Archived-At: Harry Putnam writes: Hi Harry, > | Opening TLS connection with `gnutls-cli --insecure -p 993 > | imap.gmail.com'...done One difference between me and you, although our gmail/gnus settings are identical, is that I use an Emacs with built-in GnuTLS support. So I get these messages. --8<---------------cut here---------------start------------->8--- 20120110T081820.817> Opening nnimap server on Gmail... 20120110T081820.817> Opening connection to imap.gmail.com via tls... Decrypting /home/horn/.authinfo.gpg...done 20120110T081821.744> Opening nnimap server on Gmail...done --8<---------------cut here---------------end--------------->8--- You said, that you compile emacs yourself, do you? If so, don't you have gnutls installed or do you pass the --without-gnutls option to configure? Bye, Tassilo