Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* getting mail from gmail
@ 2007-01-24 19:10 rahed
  0 siblings, 0 replies; only message in thread
From: rahed @ 2007-01-24 19:10 UTC (permalink / raw)
  To: info-gnus-english

Hello,

I am not able to retreive post from my gmail account.
I use gnutls-cli with gnus 5.11 on windows.
I reduced my .emacs to 0 size and .gnus to the following:

(setq gnus-select-method '(nntp "news.gmane.org"))
(add-to-list 'gnus-secondary-select-methods '(nnml ""))
(setq pop3-debug t)
(eval-after-load "mail-source" '(require 'pop3))
(setq mail-sources
      '((pop :server "pop.gmail.com"
	     :port 995
	     :user "******"
	     :password "******"
	     :leave t
	     :connection ssl)))

The relevant part from a Messages buffer is like this:

Reading active file via nnml...
Opening nnml server...done
nnml: Reading incoming mail from pop...
Loading byte-opt...done
Loading cl-macs...done
;; waiting here several minutes
nnml: Reading incoming mail (no new mail)...done
Reading active file via nnml...done

and a Minibuffer message like this:

Mail source (pop :server pop.gmail.com :port 995 :user
******* :password ******** :leave t :connection ssl)
*error (processp).  Continue? (yes or no)

I am able to read post with gnutls-cli from cmd command line.

Could someone more experienced advise what's the correct setting?

Thank you much.

-- 
Radek

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-01-24 19:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-24 19:10 getting mail from gmail rahed

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).