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

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

Re: Gnus + Gmail + IMAP


From: Ruben Maher
Subject: Re: Gnus + Gmail + IMAP
Date: Wed, 08 Jul 2015 05:47:45 +0930
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Alexander Shukaev <haroogan@gmail.com> writes:
> (setq gnus-select-method '(nnimap "gmail"
>                                   (nnimap-address     "imap.gmail.com")
>                                   (nnimap-server-port "imaps")
>                                   (nnimap-stream      ssl)
>                                   (nnimap-authinfo-file "~/.authinfo")))

The first argument to nnimap should be the url of the server, try:

(setq gnus-select-method
      '(nnimap "imap.gmail.com"
               (nnimap-address     "imap.gmail.com")
               (nnimap-server-port "imaps")
               (nnimap-stream      ssl)
               (nnimap-authinfo-file "~/.authinfo")))



reply via email to

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