Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* how to fetch mail from gmail?
@ 2007-08-10  1:39 sunway
  2007-08-10 17:14 ` Exal de Jesus Garcia Carrillo
  0 siblings, 1 reply; 2+ messages in thread
From: sunway @ 2007-08-10  1:39 UTC (permalink / raw)
  To: info-gnus-english

this is my configution:

(setq gnus-secondary-select-methods '((nnfolder "")))
(require 'smtpmail)
(setq send-mail-function 'smtpmail-send-it
      message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-smtp-server "smtp.gmail.com"
      smtpmail-smtp-service 587
      smtpmail-auth-credentials `(("smtp.gmail.com" 587 "sunwayforever@gmail.com" "pass")))
(require 'starttls)
(setq smtpmail-starttls-credentials
      '(("smtp.gmail.com" 587 nil nil)))
(setq mail-sources
      '((pop :server "pop.gmail.com"
             :user "sunwayforever"
             :password "pass"
             :port 995
             :connection ssl
             :leave t)))

when start gnus, it will hang when fetching mail from pop.gmail.com. 

-- 
signature:
If there is a sin against life, it consists perhaps not so much in despairing
of life as in hoping for another life and in eluding the implacable grandeur
of this life.
		-- Albert Camus

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: how to fetch mail from gmail?
  2007-08-10  1:39 how to fetch mail from gmail? sunway
@ 2007-08-10 17:14 ` Exal de Jesus Garcia Carrillo
  0 siblings, 0 replies; 2+ messages in thread
From: Exal de Jesus Garcia Carrillo @ 2007-08-10 17:14 UTC (permalink / raw)
  To: info-gnus-english

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

sunway <sunwayforever@gmail.com> em gnu.emacs.gnus escreveu :

> this is my configution:



Firstly you need fix this:
* the user name must be including the @gmail.com
* also, you can try comment the `port' specification.


Let us known what happend after this.



- -- 
Spam protection: 
In my e-mail remplace the words `no-spam' with `exal'.


.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ <http://mailcrypt.sourceforge.net/>

iD8DBQFGvJzmoZmxoVJRtGIRApGNAJ4jFUArEwg8SK2HMcfueX25o3Q3eACeMDHo
DcB/epouD7PRc6XhfFH8cJY=
=KcZq
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-08-10 17:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-10  1:39 how to fetch mail from gmail? sunway
2007-08-10 17:14 ` Exal de Jesus Garcia Carrillo

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 NNTP newsgroup(s).