help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: reading mail from gmail account with gnus in Emacs22


From: Guillermo Antonio Amaral Bastidas
Subject: Re: reading mail from gmail account with gnus in Emacs22
Date: Sun, 04 Nov 2007 13:32:39 -0800
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

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/

Attachment: pgpFifS4F0fp6.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]