Setup Imap in gnus shows no mail
  Home FAQ Contact Sign in
gnu.emacs.gnus only
 
Advanced search
POPULAR GROUPS

more...

 Up
Setup Imap in gnus shows no mail         

Group: gnu.emacs.gnus · Group Profile
Author: firmagorilla
Date: May 14, 2008 04:10

Hi I have this in my .gnus.el:

(setq user-mail-address "xxxxxxxxxx@gmail.com")
(setq user-full-name "xxxxxxxxxx")
(load-library "smtpmail")
(load-library "nnimap")
(load-library "starttls")
(setq gnus-select-method '(nnimap "imap.gmail.com"
(nnimap-address "imap.gmail.com")
(nnimap-server-port 993)
(nnimap-list-pattern ("INBOX" "mail/*"))
(nnimap-authinfo-file "~/.imap-authinfo")
(nnimap-stream ssl)))

(setq smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil))
smtpmail-smtp-server "smtp.gmail.com"
smtpmail-default-smtp-server "smtp.gmail.com"
send-mail-function 'smtpmail-send-it
message-send-mail-function 'smtpmail-send-it
smtpmail-smtp-service 587
smtpmail-auth-credentials '(("smtp.gmail.com"
587
"xxxxxxxx@gmail.com"
nil)))

Login is ok, I see in the status bar:
-:**-F1 Gnus: *Group* {nnimap:imap.gmail.com} All L1 (Group
Plugged)--

However: all that shows up is:
9: nndoc+gnus-help:gnus-help
*: nndraft:queue
*: nndraft:drafts

Help Appreaciated,

gr
fg
2 Comments
diggit! del.icio.us! reddit!

RELATED THREADS
SubjectArticles qty Group
OWA to POP, IMAP: OWA access, need pop3, IMAP, or Forwardingmicrosoft.public.exchange.misc ·