* Gnus fetch gmail,ERROR
@ 2006-06-19 21:20 ada
2006-06-24 1:20 ` David Lee
0 siblings, 1 reply; 2+ messages in thread
From: ada @ 2006-06-19 21:20 UTC (permalink / 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)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Gnus fetch gmail,ERROR
2006-06-19 21:20 Gnus fetch gmail,ERROR ada
@ 2006-06-24 1:20 ` David Lee
0 siblings, 0 replies; 2+ messages in thread
From: David Lee @ 2006-06-24 1:20 UTC (permalink / raw)
You can try the latest smtpmail.el from GNU Savanahh CVS.
Previously I can't read gmail via GNUS with default smtpmail.elc, either.
My configuration goes well with the latest smtpmail.el.
On Mon, Jun 19, 2006 at 09:20:44PM +0000, ada wrote:
>
> 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)
> _______________________________________________
> help-gnu-emacs mailing list
> help-gnu-emacs@gnu.org
> http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-06-24 1:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-19 21:20 Gnus fetch gmail,ERROR ada
2006-06-24 1:20 ` David Lee
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 read-only IMAP folder(s) and NNTP newsgroup(s).