From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: me@guillermoamaral.com (Guillermo Antonio Amaral Bastidas) Newsgroups: gmane.emacs.help Subject: Re: reading mail from gmail account with gnus in Emacs22 Date: Sun, 04 Nov 2007 13:32:39 -0800 Organization: gamaral Message-ID: <87y7ddofwo.fsf@home.guillermoamaral.com> References: <87d4uq35by.fsf@home.guillermoamaral.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0686868409==" X-Trace: ger.gmane.org 1194212441 14827 80.91.229.12 (4 Nov 2007 21:40:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 4 Nov 2007 21:40:41 +0000 (UTC) Summary: Testing out POP3 SSL To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 04 22:40:43 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IonCz-0000KP-4T for geh-help-gnu-emacs@m.gmane.org; Sun, 04 Nov 2007 22:40:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IonCo-0005Zo-KY for geh-help-gnu-emacs@m.gmane.org; Sun, 04 Nov 2007 16:40:30 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx02.iad01.newshosting.com!newshosting.com!140.99.99.194.MISMATCH!news-in-02.newsfeed.easynews.com!easynews.com!easynews!sn-xt-sjc-03!sn-xt-sjc-08!sn-post-sjc-01!supernews.com!news.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEUAAADN3ofG6a/0 19f049f/5tXu/6r2/9VO8h+3AAAArklEQVQ4y9XSwQrCMAwG4JQqvS4edtcnKOQFFH0DX0Hwu oPg65tkTRXRNqIXf8ZK80GzlMH1TeA/YQJOmiB5QetzkgsAPoR7NWZ+eSES5Ui/gOWRJALQhY c61bO6IG1liNq+B3ySfGvMbpDxdEByw2JfwCbswtzUFg9Ye3i+xNeA9VIohwEQ24CaQf8QfoJ uvwERSSjbBqBlPG35yna2dQCO58uh1l2Aq826dG7BDWeFAD/A79pUAAAAAElFTkSuQmCC X-Face: U-N6j@c-%I&pS%x|oz,K@6(4U`)GhIMhqdii7+l~I.L8kN*gCxTh#D%CH#9#=@xCGn 4u{%#K'U8ITAd)3]?.X3FhtEql|P4M+Wck[]dNeuMr$\DYi;S2mgxNmd+![ Jabber-ID: me@guillermoamaral.com X-PGP-Fingerprint: 76CC 017D 48E2 1060 E047 A9D5 C71C 56DC 5D29 7B74 X-PGP-KeyID: 5D297B74 X-Request-PGP: http://downloads.guillermoamaral.com/public.asc X-Wing: Starfighter User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:thzGea0YxZqipOEKTc+Y0B0/H84= Original-X-Complaints-To: abuse@supernews.com Original-Lines: 49 Original-Xref: shelby.stanford.edu gnu.emacs.help:153529 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:49012 Archived-At: --===============0686868409== Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" --=-=-= Content-Transfer-Encoding: quoted-printable me@guillermoamaral.com (Guillermo Antonio Amaral Bastidas) writes: > > I got the new IMAP working, I am not sure if the POP3 + SSL works. > > (nnimap "" > (nnimap-address "imap.gmail.com") > (nnimap-stream ssl) > (nnimap-authinfo-file "~/.authinfo") > > > IMAP Google works great by the way. POP3+SSL work fine ( running Gnus/5.110007 CVS (No Gnus v0.7) under Emacs/23.0.60 CVS (gnu/linux) ) =2D------------------------------------------------ (eval-after-load "mail-source" '(require 'pop3)) (setq mail-sources=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 '((pop :server "pop.gmail.com" :port 995 :user "YOUR_USERNAME_HERE" :connection ssl :leave t :password "YOUR_PASSWORD_HERE"))) =2D------------------------------------------------ I did notice that the pop source had to be first in order for it to work ( I'm sure you could adjust that somewhere ) =2D-=20 Guillermo Antonio Amaral Bastidas (gamaral) Free/Libre/Open-Source Software Advocate & KDE Developer http://blog.guillermoamaral.com/ --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7-ecc0.1.6 (GNU/Linux) iD8DBQFHLjp7xxxW3F0pe3QRAiH6AJ9058+ZX7fGvH+VaeV2cmZ7rSskaQCfXjTJ LLFZaW8DuQ5hzhgu03/lAfU= =O+qz -----END PGP SIGNATURE----- --=-=-=-- --===============0686868409== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ help-gnu-emacs mailing list help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs --===============0686868409==--