Gnus development mailing list
 help / color / mirror / Atom feed
* Imap, gmail and gnus
@ 2011-10-08  1:37 Harry Putnam
  2011-10-08  1:59 ` Richard Riley
  2011-10-08 13:11 ` Adam Sjøgren
  0 siblings, 2 replies; 16+ messages in thread
From: Harry Putnam @ 2011-10-08  1:37 UTC (permalink / raw)
  To: ding

[Running nogus from 3 days ago, on debian linux]

The emacs wiki at http://www.emacswiki.org/emacs/GnusGmail

Has a bit about how to access gmail accounts by imap.

It shows 3 basic parts to setting up Imap with gmail.

1) enable imap at gmail account (done)

2) set up .authinfo:
  machine imap.gmail.com login MYGMAILUSER@gmail.com password XXXX port 993
  (of course I've used my real email address and passwords)  

3) Chose one of the methods for gnus
   I choose `secondary select' so put this in gnus:

        (add-to-list 'gnus-secondary-select-methods '(nnimap "gmail"
                             (nnimap-address "imap.gmail.com")
                             (nnimap-server-port 993)
                             (nnimap-stream ssl)))

Those 3 things are setup as shown.  Is this still up to date and is
this really all it takes?

Should I see something happen with imap when I restart gnus?

I've completed the above items, restarted gnus but see none of my
gmail stuff.  Where can I look for clews.  I tried nntp-log, and gnus
trace buffers but see nothing to do with imap there.

If I open the Messages buffer so I can watch it, and then rescan one
of the imap groups it shows `Quit' right away/

What am I missing or not doing.




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

end of thread, other threads:[~2011-10-08 14:46 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-08  1:37 Imap, gmail and gnus Harry Putnam
2011-10-08  1:59 ` Richard Riley
2011-10-08  2:28   ` Harry Putnam
2011-10-08  2:37     ` Richard Riley
2011-10-08  3:29       ` Harry Putnam
2011-10-08  8:55         ` Richard Riley
2011-10-08 13:15           ` Harry Putnam
2011-10-08 13:27             ` Richard Riley
2011-10-08 13:51               ` Harry Putnam
2011-10-08  3:56     ` Sivaram Neelakantan
2011-10-08 13:04       ` Harry Putnam
2011-10-08 13:21         ` Sivaram Neelakantan
2011-10-08 13:31           ` Harry Putnam
2011-10-08 13:56           ` Harry Putnam
2011-10-08 13:11 ` Adam Sjøgren
2011-10-08 14:46   ` Harry Putnam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).