From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Alexandru Cardaniuc" Newsgroups: gmane.emacs.help Subject: reading mail from gmail account with gnus in Emacs22 Date: Sat, 3 Nov 2007 21:57:20 -0700 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1194152267 26494 80.91.229.12 (4 Nov 2007 04:57:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 4 Nov 2007 04:57:47 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 04 05:57:49 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IoXYS-0001iZ-IG for geh-help-gnu-emacs@m.gmane.org; Sun, 04 Nov 2007 05:57:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IoXYI-0002PK-0k for geh-help-gnu-emacs@m.gmane.org; Sun, 04 Nov 2007 00:57:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IoXY2-0002PE-Hg for help-gnu-emacs@gnu.org; Sun, 04 Nov 2007 00:57:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IoXY1-0002P2-9T for help-gnu-emacs@gnu.org; Sun, 04 Nov 2007 00:57:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IoXY1-0002Oz-6O for help-gnu-emacs@gnu.org; Sun, 04 Nov 2007 00:57:21 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.226]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IoXY1-0000A9-2L for help-gnu-emacs@gnu.org; Sun, 04 Nov 2007 00:57:21 -0400 Original-Received: by wx-out-0506.google.com with SMTP id s7so1550501wxc for ; Sat, 03 Nov 2007 21:57:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=EOTpGCbT1DlSvCuTonZE1h1gVySR7URIwXzeJDKnxy4=; b=Wz2rJiZzq2XVHva+i2d0Y9Cad/oB2UQeOFss3F6NQXszs72VjZU6AwLkDFtjQT/I7oKwxg88mJD3slQhrSx1qdncFjoac2xmONcNXk3mcLC74z1n71qOiCJCJkIB8rL6fSPgann8gG7y6+o33qmAciiluWRawZWC3mYv1lu9wjA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=LeivgpDJ9lF6T6VQm+H57+D7sXYXO5S1KKz38ZKsuj6TlYf2ha6lJQuLOSoYvt4ISj+UeP+yaaZlr/n7Pr5S/FfvLYSyQ1mv0WQ/Q6AlfLVy8uYb06Ralggq7JeLWWzthwCg0ssRKLOjH5pCYmNEMeUxCpaK/wFVvyY97jQf2jw= Original-Received: by 10.90.104.14 with SMTP id b14mr2367923agc.1194152240298; Sat, 03 Nov 2007 21:57:20 -0700 (PDT) Original-Received: by 10.90.51.10 with HTTP; Sat, 3 Nov 2007 21:57:20 -0700 (PDT) Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:49005 Archived-At: Hi All! 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") (setq user-mail-address "whatever@gmail.com") ;; 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-select-method '(nnml "")) (setq gnus-secondary-select-methods nil) ;; tell Gnus how to fetch mail (setq mail-sources '((file :path "/var/spool/mail/alexandru") (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 "smtpmail") (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"))) (setq smtpmail-starttls-credentials '(("smtp.gmail.com" 25 nil nil))) (setq smtpmail-smtp-service "25") ------------------------------------------ -- Sincerely yours, Alexandru Cardaniuc