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

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

Re: Gnus + Gmail + IMAP


From: Jorge A. Alfaro-Murillo
Subject: Re: Gnus + Gmail + IMAP
Date: Mon, 29 Jun 2015 15:12:00 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Alexander Shukaev writes:

Just started to move away from using Gmail through the web interface to Emacs Gnus. I follow Emacs Wiki to achieve this.

Many times emacs wiki has very old information. You can use what is on the gnus manual:

(setq gnus-select-method '(nnimap "imap.gmail.com"))
(setq smtpmail-default-smtp-server "smtp.gmail.com")

and in ~/.authinfo:

machine imap.gmail.com login <username> password <password> port imap machine smtp.gmail.com login <username> password <password> port 587

That should be enough to get and send mail.

--
Jorge.




reply via email to

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