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: Alexandru Cardaniuc
Subject: Re: reading mail from gmail account with gnus in Emacs22
Date: Sun, 04 Nov 2007 15:45:33 -0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

me@guillermoamaral.com (Guillermo Antonio Amaral Bastidas) writes:

> "Alexandru Cardaniuc" <cardaniuc@gmail.com> writes:
>>
>> Does anybody here use gnus from Emacs22 to read mail from gmail
>> account? I managed to make it work with Emacs21. Recently I tried
>> Emacs22 and my old config from Emacs21 doesn't work. I get some errors
>> when fetching from gmail with pop.
>>
>
>   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.

That didn't work for me either, but I made the imap in mail-sources
work! Now, my mail works again, imap behaves exactly like pop in this
regard. 

(setq mail-sources '((file :path "/var/spool/mail/alexandru")
                     (imap :server "imap.gmail.com"
                           :port 993
                           :user "whatever@gmail.com"
                           :password "secret"
                           :stream ssl)))




-- 
"Every problem that I solved became a rule which served afterwards to
solve other problems."  
- Descartes




reply via email to

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