all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ada <dazhiqian@gmail.com>
Subject: Gnus fetch gmail,ERROR
Date: Mon, 19 Jun 2006 21:20:44 +0000	[thread overview]
Message-ID: <85y7vs6dw3.fsf@x86.ada.home> (raw)


hello
 
i follow the instruction on  http://www.pvv.ntnu.no/~terjeros/wiki/GnusGmail
to config my gnus to fetch gmail.but encounted follow ERROR:

Mail source (pop :server pop.gmail.com :port 995 :user dazhiqian :password ******** 
:connection ssl :leave t) error (Cannot open load file).  Continue? (y or n) 
                                ~~~~~~~~~~~~~~~~~~~~~~~~
                                        WHY?   WHAT'S MEAN?                                        
nnml: Reading incoming mail from file...
nnml: Reading incoming mail (no new mail)...done


MY GNUS DOTFILE IS:

;;Fetch Email
;; The following line is needed when using pop3.el from T-gnus (m17n.org).
(eval-after-load "mail-source" '(require 'pop3))


;; using GNUS to send mail
(setq message-send-mail-function 'smtpmail-send-it)
(setq send-mail-function 'smtpmail-send-it)

;; use 'one file per mail' back end
(setq gnus-secondary-select-methods '((nnml "")))

;; tell Gnus how to fetch mail
(setq mail-sources '((file :path "/var/mail/ada")
                     (pop  :server "pop.gmail.com"
                           :port 995
                           :user "dazhiqian"
                           :password "******"
                           :connection ssl
                           :leave t))) ; leave the mail on the server

(setq smtpmail-default-smtp-server "smtp.gmail.com")
(setq smtpmail-smtp-server "smtp.gmail.com")
(setq smtpmail-local-domain nil)
(setq smtpmail-debug-info t)
(setq smtpmail-auth-credentials '(("smtp.gmail.com" 587 "dazhiqian"
"******")))
(setq smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil)))
(setq smtpmail-smtp-service 587)

             reply	other threads:[~2006-06-19 21:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-19 21:20 ada [this message]
2006-06-24  1:20 ` Gnus fetch gmail,ERROR David Lee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=85y7vs6dw3.fsf@x86.ada.home \
    --to=dazhiqian@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.