all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Gnus + Gmail + IMAP
@ 2015-06-29 18:51 Alexander Shukaev
  2015-06-29 19:12 ` Jorge A. Alfaro-Murillo
                   ` (2 more replies)
  0 siblings, 3 replies; 35+ messages in thread
From: Alexander Shukaev @ 2015-06-29 18:51 UTC (permalink / raw)
  To: help-gnu-emacs

Hey Everyone,

Just started to move away from using Gmail through the web interface to
Emacs Gnus.  I follow Emacs Wiki to achieve this.  Here is the
configuration so far:

(setq user-mail-address "*@gmail.com"
      user-full-name    "*")

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

(setq smtpmail-smtp-service   587
      gnus-ignored-newsgroups "^to\\.\\|^[0-9. ]+\\(
\\|$\\)\\|^[\"]\"[#'()]")

and

machine imap.gmail.com login *@gmail.com password * port imaps
machine smtp.gmail.com login *@gmail.com password * port 587

When I issue 'M-x gnus RET' I keep getting:

Opening connection to imap.gmail.com via tls...
Unable to open server nnimap+gmail due to: Unknown service: 993
nnimap (gmail) open error: ''.  Continue? (y or n) n
Couldn't open server on gmail
Warning: Unable to open server nnimap+gmail due to: Unknown service: 993

...

Opening nnimap server on gmail...
Server nnimap+gmail previously determined to be down; not retrying
Opening nnimap server on gmail...failed:
Checking new news...
Reading active file from gmail via nnimap...
Opening nnimap server on gmail...
Server nnimap+gmail previously determined to be down; not retrying
Opening nnimap server on gmail...failed:
Reading active file via nndraft...done
Checking new news...done
No news is good news
Warning: Opening nnimap server on gmail...failed: ; Server nnimap+gmail
previously determined to be down; not retrying; Opening nnimap server on
gmail...failed: ; Server nnimap+gmail previously determined to be down; not
retrying; Unable to open server nnimap+gmail due to: Unknown service: 993

Does anybody have an idea what could go wrong?  Thank you.

Regards,
Alexander


^ permalink raw reply	[flat|nested] 35+ messages in thread

end of thread, other threads:[~2015-07-07 20:58 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-29 18:51 Gnus + Gmail + IMAP Alexander Shukaev
2015-06-29 19:12 ` Jorge A. Alfaro-Murillo
2015-06-29 19:25   ` Alexander Shukaev
2015-06-29 20:26     ` Alexander Shukaev
2015-06-29 20:29       ` Alexander Shukaev
2015-06-30  7:28         ` Rainer M Krug
2015-06-30  9:35           ` Alexander Shukaev
2015-06-30 11:14             ` Alexander Shukaev
2015-06-30 15:24               ` Eli Zaretskii
2015-06-30 15:57                 ` Alexander Shukaev
2015-06-30 16:23                   ` Eli Zaretskii
2015-06-30 16:28                     ` Alexander Shukaev
2015-06-30 16:45                       ` Eli Zaretskii
2015-06-30 16:49                         ` Alexander Shukaev
2015-06-30 17:01                           ` Eli Zaretskii
2015-06-30 17:45                             ` Alexander Shukaev
2015-06-30 17:50                               ` Eli Zaretskii
     [not found]                                 ` <CAKu-7WzduwfWZpuwjbRRH3rxkAttcf2kX8NWByGxRFQpxk5iEw@mail.gmail.com>
2015-06-30 19:10                                   ` Alexander Shukaev
2015-06-30 20:04                                     ` Eli Zaretskii
2015-06-30 20:09                                       ` Eli Zaretskii
2015-06-30 20:45                                         ` Alexander Shukaev
2015-07-01 15:20                                           ` Eli Zaretskii
2015-07-01  3:37                                       ` Jude DaShiell
2015-07-01 14:37                                         ` Jorge A. Alfaro-Murillo
2015-06-29 20:59     ` Ian Zimmerman
2015-06-29 21:24       ` Jorge A. Alfaro-Murillo
2015-06-30  9:29       ` Alexander Shukaev
2015-06-30 11:20         ` Alberto Luaces
2015-06-30 11:23           ` Alexander Shukaev
2015-06-30 12:23             ` Alexander Shukaev
2015-06-30 14:08               ` Jorge A. Alfaro-Murillo
2015-06-30  4:48 ` Vaidheeswaran C
2015-07-07 16:26 ` J. David Boyd
2015-07-07 20:17   ` Ruben Maher
2015-07-07 20:58     ` Ian Zimmerman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.