|
|||||||||||
|
reading email from gmail account with gnus in Emacs22
From: Alexandru Cardaniuc <cardaniuc(at)gmail.com>
Date: Sun Nov 04 2007 - 00:50:07 EDT
Does anybody here use gnus from Emacs22 to read mail from gmail account? I managed to make it work with Emacs21. Recently I tried Emacs22 and my old config from Emacs21 doesn't work. I get some errors when fetching from gmail with pop. Did anybody here manage to make gnus in Emacs22 work with gmail? Any hints on the configuration of .gnus ? That's the setup that works fine for Emacs21 but doesn't work for Emacs22: (setq user-full-name "Alexandru Cardaniuc")
;; using GNUS to send mail
(setq send-mail-function 'smtpmail-send-it)
;; use 'one file per mail' back end
;; tell Gnus how to fetch mail
(pop :server "pop.gmail.com" :port 995 :user "whatever@gmail.com" :connection ssl :password "secret" :leave t))) ; leave the mail on the server(load-library "pop3") (load-library "starttls") ;(setq pop3-debug t) (setq smtpmail-local-domain nil) ;(setq smtpmail-debug-info t) ; only to debug problems (setq smtpmail-auth-credentials '(("smtp.gmail.com" 25 "whatever@gmail.com" "secret"))) -- "The only thing necessary for evil to flourish is for good men to do nothing." - Edmund Burke -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.orgReceived on Sun Nov 4 00:50:27 2007 This archive was generated by hypermail 2.1.8 : Mon Feb 25 2008 - 13:34:15 EST |
||||||||||
|
|||||||||||