From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80241 Path: news.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: Imap, gmail and gnus Date: Sat, 08 Oct 2011 08:31:35 -0500 Organization: Still searching... Message-ID: <87y5wv7gp4.fsf@newsguy.com> References: <87zkhc1cxo.fsf@newsguy.com> <87vcs01aju.fsf@newsguy.com> <82y5wwgmqe.fsf@gmail.com> <8739f3ljnc.fsf@newsguy.com> <82ty7jhb48.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1318080722 2200 80.91.229.12 (8 Oct 2011 13:32:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 8 Oct 2011 13:32:02 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M28530@lists.math.uh.edu Sat Oct 08 15:31:59 2011 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 1RCX0Q-0006f7-0O for ding-account@gmane.org; Sat, 08 Oct 2011 15:31:58 +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 1RCX0N-00089k-O1; Sat, 08 Oct 2011 08:31:55 -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 1RCX0M-00089X-LM for ding@lists.math.uh.edu; Sat, 08 Oct 2011 08:31:54 -0500 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 1RCX0L-0001gW-IE for ding@lists.math.uh.edu; Sat, 08 Oct 2011 08:31:54 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RCX0K-0000o9-6M for ding@gnus.org; Sat, 08 Oct 2011 15:31:52 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RCX0K-0006dk-1I for ding@gnus.org; Sat, 08 Oct 2011 15:31:52 +0200 Original-Received: from c-98-215-179-64.hsd1.in.comcast.net ([98.215.179.64]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 08 Oct 2011 15:31:51 +0200 Original-Received: from reader by c-98-215-179-64.hsd1.in.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 08 Oct 2011 15:31:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-98-215-179-64.hsd1.in.comcast.net User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux) Cancel-Lock: sha1:Eh143DZlVrvvbxdbpfMQo+T74eo= X-Spam-Score: -5.4 (-----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80241 Archived-At: Sivaram Neelakantan writes: >> >> Are there other pkgs that are necessary to be installed? I'm not >> seeing any indication at all that I have anything different in .gnus. > > err...shouldn't there be an ssl connection to the gmail server? Where > and how is that supposed to happen in your case? > -- I have these ssl related pkgs installed: i libgnutls-openssl27 - GNU TLS library - OpenSSL wrapper i A libio-socket-ssl-perl - Perl module implementing object oriented i i A libnet-ssleay-perl - Perl module for Secure Sockets Layer (SSL) i libssl0.9.8 - SSL shared libraries i libssl1.0.0 - SSL shared libraries i A openssl - Secure Socket Layer (SSL) binary and relat i A python-openssl - Python wrapper around the OpenSSL library i A ssl-cert I took the example from the gnus manual which shows ssl: (add-to-list 'gnus-secondary-select-methods '(nnimap "xxxxxxx" (nnimap-address "imap.gmail.com") (nnimap-server-port 993) (nnimap-stream ssl))) Is there something else needed?