all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jorge.alfaro-murillo@yale.edu (Jorge A. Alfaro-Murillo)
To: help-gnu-emacs@gnu.org
Subject: Re: Gnus + Gmail + IMAP
Date: Mon, 29 Jun 2015 15:12:00 -0400	[thread overview]
Message-ID: <87lhf272in.fsf@yale.edu> (raw)
In-Reply-To: CAKu-7WyNW0OHpBCSx3UZXJZGMBCCiqQkNGs6VmopbR-JVtiv+Q@mail.gmail.com

Alexander Shukaev writes:

> Just started to move away from using Gmail through the web 
> interface to Emacs Gnus.  I follow Emacs Wiki to achieve this. 

Many times emacs wiki has very old information. You can use what 
is on the gnus manual:

(setq gnus-select-method '(nnimap "imap.gmail.com"))
(setq smtpmail-default-smtp-server "smtp.gmail.com")

and in ~/.authinfo:

machine imap.gmail.com login <username> password <password> port 
imap
machine smtp.gmail.com login <username> password <password> port 
587

That should be enough to get and send mail.

-- 
Jorge.




  reply	other threads:[~2015-06-29 19:12 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-29 18:51 Gnus + Gmail + IMAP Alexander Shukaev
2015-06-29 19:12 ` Jorge A. Alfaro-Murillo [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lhf272in.fsf@yale.edu \
    --to=jorge.alfaro-murillo@yale.edu \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.