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

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

Re: Configuring gnus for gmail


From: Rodolfo Medina
Subject: Re: Configuring gnus for gmail
Date: 11 Feb 2006 15:51:39 -0800
User-agent: G2/0.2

... Now I can fetch and send mail through gnus and my gmail account,
but with a problem left: if I send a mail to myself, using gnus,
gnus does not manage to fetch it from gmail. Instead, if I send a mail
to myself without using gnus (directly through gmail account), then
gnus fetches it.
Can anybody tell why this happens and how to work it out?
I'm reporting my .gnus.el.
I'm using emacs cvs and gnus cvs, the gnutls package and pop3.el
from T-gnus (m17n.org):

http://cvs.m17n.org/viewcvs/*checkout*/root/gnus/lisp/pop3.el?only_with_tag=t-gnus-6_17-quimby&rev=1.6.30.21.4.16

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


(setq gnus-select-method '(nnml ""))


(setq user-full-name "Rodolfo Medina")
(setq user-mail-address "rodolfo.medina@gmail.com")


   (setq mail-sources
      '(;(file :path "/var/spool/mail/rodolfo.medina")
        (pop :server "pop.gmail.com"
             :port 995
             :user "rodolfo.medina"
             :connection ssl
             :leave t)))



;; Sending mail
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil)))
(setq smtpmail-auth-credentials '(("smtp.gmail.com" 587
"rodolfo.medina" nil)))
(setq smtpmail-default-smtp-server "smtp.gmail.com")
(setq smtpmail-smtp-server "smtp.gmail.com")
(setq smtpmail-smtp-service 587)
;;;;;;;;;;;;;;;;;;;;;;end of .gnus.el;;;;;;;;;;;;;;;;;;;;;;;;;;


Thanks,
Rodolfo



reply via email to

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