From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: mobile Parmenides Newsgroups: gmane.emacs.help Subject: Re: Can gnus deal with e-mail? Date: Sun, 8 Mar 2009 19:35:50 +0800 Message-ID: <3b6585b0903080435j36b246f4g73755e8d5198eeed@mail.gmail.com> References: <3b6585b0903080131i69c7454dvdf709c44433d74e0@mail.gmail.com> 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 1236534073 14932 80.91.229.12 (8 Mar 2009 17:41:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 8 Mar 2009 17:41:13 +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 Mar 08 18:42:30 2009 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 1LgN1A-0001a1-2E for geh-help-gnu-emacs@m.gmane.org; Sun, 08 Mar 2009 18:42:28 +0100 Original-Received: from localhost ([127.0.0.1]:32975 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LgMzo-0006F0-EI for geh-help-gnu-emacs@m.gmane.org; Sun, 08 Mar 2009 13:41:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LgHIT-0007yu-Fr for help-gnu-emacs@gnu.org; Sun, 08 Mar 2009 07:35:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LgHIR-0007wy-VN for help-gnu-emacs@gnu.org; Sun, 08 Mar 2009 07:35:57 -0400 Original-Received: from [199.232.76.173] (port=36071 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LgHIR-0007ws-Nu for help-gnu-emacs@gnu.org; Sun, 08 Mar 2009 07:35:55 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.241]:57049) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LgHIQ-00083C-Lm for help-gnu-emacs@gnu.org; Sun, 08 Mar 2009 07:35:55 -0400 Original-Received: by rv-out-0708.google.com with SMTP id f25so1584796rvb.6 for ; Sun, 08 Mar 2009 04:35:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=klf8oVpvfVc/YSDU3knFmiR5GqXJC1dYxexWfqbC2Tw=; b=gYEQiLhinHf9fblhzl/kCxAKtDeM5xNP+OJoUYTekeMAD6ZB5uXPTLSnahDVXqt/uB QkoH/43kX3EuTmB1H9Gi3vEJrVyxBZOoWN9hgsVPMlaUgmL3PJKqEQGQgDYNEXrG1CKS BsYSJ36okfYtyHWsYeMwH1M9xQmcb/o95qnLo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=vvusugFDWg/DooRAKCrW0CCIgAqGHZ/ii1uHSHDV+iY8azJUxLqoClB3T2ul9LutZM DjSRtJIPcC9NE+Oo0Mcxyind7RVL7WkEavIAL9bv2m/v9rn1QZaRv1tSPTG/fzsh8tQZ YjS3ivxpWUbQ46IsuOzFVT0bINDX7m/Qm5BDU= Original-Received: by 10.140.141.16 with SMTP id o16mr2423512rvd.97.1236512150439; Sun, 08 Mar 2009 04:35:50 -0700 (PDT) In-Reply-To: <3b6585b0903080131i69c7454dvdf709c44433d74e0@mail.gmail.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Sun, 08 Mar 2009 13:39:48 -0400 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:62768 Archived-At: Hi I find an article concerning the settings of gnus which support gmail. Its URL is as follows: http://www.emacswiki.org/emacs/GnusGmail Following its instruction, I wrote a ~/.gnus file as follows: (setq gnus-select-method '(nntp "news.cn99.com")) (add-to-list 'gnus-secondary-select-methods '(nnimap "gmail" (nnimap-address "imap.gmail.com") (nnimap-server-port 993) (nnimap-stream ssl))) (setq message-send-mail-function 'smtpmail-send-it smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil)) smtpmail-auth-credentials '(("smtp.gmail.com" 587 "mobile.parmenides@gmail.com" nil)) smtpmail-default-smtp-server "smtp.gmail.com" smtpmail-smtp-server "smtp.gmail.com" smtpmail-smtp-service 587 smtpmail-local-domain "") and wrote the ~/.authinfo properly.The news reader' part woked well, but when contacting gmail server, there is a error message as follow: "Unable to contact server gmail, nil" Anyone have some experience to configure gmail under gnu? 2009/3/8 mobile Parmenides : > According to manual, gnus is designed to read news messages. Can I use > it to send and receive e-mail? My e-mail is at gmail.com. So, is gnus > able to work in IMAP style? > > Any suggestion is appreciated. >