[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question about using imap with gnus
From: |
Randy Yates |
Subject: |
Re: Question about using imap with gnus |
Date: |
16 Aug 2004 15:22:03 -0400 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Military Intelligence) |
I use this:
(setq mail-sources '((imap :server "myserver.net" :port 143 :user "myusername"
:password "mypassword")))
which works fine with MS Exchange Server.
--RY
hsg@bhaskara.phy.duke.edu (Henry S. Greenside) writes:
> I am trying to get imap working with gnus v5.9.0 on a
> Fedora Core 2 system and have run into a simple
> problem: how do I tell gnus to read the email from the
> imap server?
>
> I have the following in my .gnus file:
>
> (setq gnus-secondary-select-methods
> '(
> (nnimap "physics"
> (nnimap-address "mail.phy.duke.edu")
> (nnimap-port 993)
> (nnimap-list-pattern "~/Mail/*")
> )))
>
> but can't figure out from the GNUS documentation what
> group to join to get the mail.
>
> Thanks,
>
> Henry
--
Randy Yates
Sony Ericsson Mobile Communications
Research Triangle Park, NC, USA
randy.yates@sonyericsson.com, 919-472-1124
- Question about using imap with gnus, Henry S. Greenside, 2004/08/15
- Re: Question about using imap with gnus,
Randy Yates <=
- Re: Question about using imap with gnus, Henry S. Greenside, 2004/08/16
- Re: Question about using imap with gnus, Neil Woods, 2004/08/16
- Re: Question about using imap with gnus, Yves Martin, 2004/08/17
- Re: Question about using imap with gnus, Reiner Steib, 2004/08/17
- Re: Question about using imap with gnus, Yves Martin, 2004/08/17
- Re: Question about using imap with gnus, Reiner Steib, 2004/08/17
- Re: Question about using imap with gnus, Yves Martin, 2004/08/17