xeon Mailinglist <[email protected]> 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
_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english