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) ) ------------------------------------------------- (eval-after-load "mail-source" '(require 'pop3)) (setq mail-sources '((pop :server "pop.gmail.com" :port 995 :user "YOUR_USERNAME_HERE" :connection ssl :leave t :password "YOUR_PASSWORD_HERE"))) ------------------------------------------------- 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 ) -- Guillermo Antonio Amaral Bastidas (gamaral) Free/Libre/Open-Source Software Advocate & KDE Developer http://blog.guillermoamaral.com/