From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58287 Path: main.gmane.org!not-for-mail From: hsg@phy.duke.edu (Henry S. Greenside) Newsgroups: gmane.emacs.gnus.general Subject: How to use imap with gnus, especially how to get current email Date: 17 Aug 2004 00:16:00 -0400 Sender: ding-owner@lists.math.uh.edu Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1092764213 1309 80.91.224.253 (17 Aug 2004 17:36:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Aug 2004 17:36:53 +0000 (UTC) Original-X-From: ding-owner+M6829@lists.math.uh.edu Tue Aug 17 19:36:43 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bx7t5-0007l3-00 for ; Tue, 17 Aug 2004 19:36:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1Bx7sq-0000xo-00; Tue, 17 Aug 2004 12:36:28 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BwvOr-0007Qq-00 for ding@lists.math.uh.edu; Mon, 16 Aug 2004 23:16:41 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BwvOr-0001Bj-1X for ding@lists.math.uh.edu; Mon, 16 Aug 2004 23:16:41 -0500 Original-Received: from mail.phy.duke.edu (mail.phy.duke.edu [152.3.182.2]) by justine.libertine.org (Postfix) with ESMTP id 1D0EA3A003A for ; Mon, 16 Aug 2004 23:16:39 -0500 (CDT) Original-Received: from bhaskara.phy.duke.edu (bhaskara.phy.duke.edu [152.3.182.78]) by mail.phy.duke.edu (Postfix) with ESMTP id 6DB2693229 for ; Tue, 17 Aug 2004 00:16:01 -0400 (EDT) Original-Received: by bhaskara.phy.duke.edu (Postfix, from userid 122) id 117BC579E0; Tue, 17 Aug 2004 00:16:00 -0400 (EDT) Original-To: ding@gnus.org Original-Lines: 39 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58287 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58287 Until recently, I was reading email with gnus (and emacs) via pop, with the following entry in my .gnus file, (setq gnus-secondary-select-methods '((nnfolder ""))) (setq nnmail-spool-file '( (pop :server "mail.phy.duke.edu" :user "hsg"))) but my mailserver has now switched to imap and ssl for better security. So I am now trying to using imap as a real imap server rather than in pop or rmail style where the mail is downloaded to a local file and then deleted from the mail server. I tried to do this with the following entry: (setq gnus-secondary-select-methods '((nnfolder "")(nnimap "" (nnimap-address "mail.phy.duke.edu") (nnimap-stream ssl) (nnimap-server-port 993) (nnimap-list-pattern ("~/Mail/*"))))) This worked (imap was able to detect my old mail groups and connect to the mail.phy.duke.edu server) except that I can't figure out from the gnus documentation or from searching the web how to obtain my current email from the imap server. Is there a group that I have to subscribe to that corresponds to my current email, e.g., by the name of mbox or INBOX or something else? What do I have to do to access my current email? Thanks, Henry