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

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

Re: Gnus + Gmail + IMAP


From: Alexander Shukaev
Subject: Re: Gnus + Gmail + IMAP
Date: Mon, 29 Jun 2015 22:26:26 +0200

Alright, so as soon as I added

(setq gnus-select-method '(nnimap "imap.gmail.com"
                                  (nnimap-server-port 993)))

Notice the explicit port 993 (i.e. "imap", "imaps", etc. don't work).
Probably on Windows, one has to add

imaps 993/tcp # IMAP over SSL
imaps 993/udp

to 'c:/WINDOWS/system32/drivers/etc/services'?

Anyway, now I'm getting

Opening connection to imap.gmail.com via tls...
nnimap (imap.gmail.com) open error: 'NO (ALERT) Please log in via your web
browser: https://support.google.com/mail/accounts/answer/78754 (Failure)'.
Continue? (y or n) n

What is that supposed to mean?  A problem with credentials?

Kind regards,
Alexander


reply via email to

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