Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Torsten Mueller <dev-null@shared-files.de>
To: info-gnus-english@gnu.org
Subject: Re: IMAP problems
Date: Wed, 28 Nov 2007 07:43:56 +0100	[thread overview]
Message-ID: <ud4tu98er.fsf@shared-files.de> (raw)
In-Reply-To: <uy7cjaq27.fsf@villingen.facilitatedsystems.com>

Bill Harris <bill_harris@facilitatedsystems.com> schrieb:

> I'm trying to set up IMAP for the first time on 5.10.6.
>
> Here's a snippet from my .gnus:
>
> ,----
> | (add-to-list 'gnus-secondary-select-methods
> |         '(nnimap "name.of.server"
> |                 (nnimap-server-port 993)
> |                 (nnimap-address "name.of.server")
> |                 (nnimap-list-pattern '("mbox" "INBOX" "mail/*"))
> |                 (nnimap-stream ssl)))
> `----
>
> I'm pretty sure I have the correct values for server port, address,
> and stream; I'm guessing on list-pattern.

Getting IMAP to work should be very easy - perhaps easier than you
think. I do not have any list patterns at all. My secondary select
methods look exactly like this:

        (setq gnus-secondary-select-methods (quote (
                (nnml "")
        	(nnimap "server_name" (nnimap-stream ssl))
        )))

Nothing else. The IMAP folders I want to see in Gnus are subscribed
later in the server buffer.

T.M.

  reply	other threads:[~2007-11-28  6:43 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-28  5:37 Bill Harris
2007-11-28  6:43 ` Torsten Mueller [this message]
2007-11-28 18:54   ` Bill Harris
2007-11-28 21:08     ` Hasse Hagen Johansen
2007-11-28 22:31     ` Reiner Steib
2007-11-29  0:32       ` Bill Harris
2007-11-29 16:39         ` Bill
2007-11-29 17:08           ` Bill
2007-11-29 17:35             ` Bill
2007-11-29 22:45               ` Bill
2007-11-30 15:44                 ` Bill Harris
2007-11-30 16:02                 ` Bill Harris
2007-11-30 21:22           ` Reiner Steib
2007-12-02  3:26             ` Bill Harris
  -- strict thread matches above, loose matches on Subject: below --
2002-11-22 12:09 imap problems Kester Clegg
2002-11-22 15:03 ` Dan Smith

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ud4tu98er.fsf@shared-files.de \
    --to=dev-null@shared-files.de \
    --cc=Urlicht@gmx.net \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).