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



_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to