From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/6948 Path: news.gmane.org!not-for-mail From: rscottfree@gmail.com Newsgroups: gmane.emacs.gnus.user Subject: configuring rmail in emacs to download pop email from gmail Date: 22 Mar 2006 09:28:40 -0800 Organization: http://groups.google.com Message-ID: <1143048520.288075.97910@i40g2000cwc.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1143493702 12560 80.91.229.2 (27 Mar 2006 21:08:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Mar 2006 21:08:22 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Mar 27 23:08:22 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FNywj-0000UB-08 for gegu-info-gnus-english@m.gmane.org; Mon, 27 Mar 2006 23:08:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FNywi-0002dJ-Fc for gegu-info-gnus-english@m.gmane.org; Mon, 27 Mar 2006 16:08:16 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!i40g2000cwc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 17 Original-NNTP-Posting-Host: 128.187.0.164 Original-X-Trace: posting.google.com 1143048527 5680 127.0.0.1 (22 Mar 2006 17:28:47 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 22 Mar 2006 17:28:47 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051111 Firefox/1.5,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: i40g2000cwc.googlegroups.com; posting-host=128.187.0.164; posting-account=R9a9jQ0AAACsqQJdQTZOaEYW1MS-OJ7f Original-Xref: shelby.stanford.edu gnu.emacs.gnus:77117 Original-To: info-gnus-english@gnu.org X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:6948 Archived-At: I'm using the emacs 21.4 and rmail to try and fetch my email from my gmail account using their pop.gmail.com server. It doesn't work. I've set the MAILSERVER and usernames correctly, but I think there is a problem with the fact that gmail uses ssl. Has anyone successfully set up rmail to get gmail? here are my config lines in my .emacs file: (defconst user-mail-address "mymail@gmail.com") (setenv "MAILHOST" "pop.gmail.com") (setq rmail-primary-inbox-list '("po:mymail@gmail.com") rmail-pop-password-required t) Any help? Thanks