info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

getting mail from gmail


From: rahed
Subject: getting mail from gmail
Date: Wed, 24 Jan 2007 20:10:09 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]