info-gnus-english
[Top][All Lists]
Advanced

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

Re: read mail gmail inside emacs?


From: Felix Dietrich
Subject: Re: read mail gmail inside emacs?
Date: Sat, 15 Feb 2014 11:32:52 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

xeon Mailinglist <xeonmailinglist@gmail.com> writes:

> I want to read my emails in gmail inside emacs, but without having to
> download them to the disk. Is it possible?

You can access your e-mails via google's imap-server.

Using /gnus/ the configuration may look like this:


(setq gnus-secondary-select-methods
          '(
                (nnimap "googlemail"
                                (nnimap-address "imap.gmail.com")
                                (nnimap-server-port 993)
                                (nnimap-stream ssl))
                ))

--
Felix Dietrich


reply via email to

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