Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+from-uce@imap.cc>
Subject: Re: problems reading IMAP mail
Date: Wed, 21 Sep 2005 10:24:46 +0200	[thread overview]
Message-ID: <v9irwug75d.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <mailman.7788.1127268080.20277.info-gnus-english@gnu.org>

On Wed, Sep 21 2005, David Nash wrote:

> Matthias Buelow:
>>Why don't you use fetchmail?
> I gather this comes with emacs v22 (and not in v21)?

No, it's an external program.  But I'd recommend not to use it for
IMAP if you stay with Gnus.

> Yes, like this in my .gnus file:
>
>>(setq gnus-secondary-select-methods
>>         '(
>>          ;; IMAP server
>>          (nnimap "IMAP" (nnimap-address "<mailhost>")
>>                         (nnimap-user "<username>")))
>>          (nnimap-need-unselect-to-notice-new-mail t))

One pair of brackets in the last line is bogus.  `nnimap-user' is not
used; at least in the current Gnus sources.  I would use ~/.authinfo
instead:

,----[ ~/.authinfo ]
| # With recent Gnusae, you can write the alias (e.g. "IMAP") here:
| machine IMAP login <username>
| # Else, use the server name:
| machine <mailhost> login <username>
`----

(setq gnus-secondary-select-methods
      '(;; IMAP server
	(nnimap "IMAP"
		(nnimap-address "<mailhost>")))
      nnimap-need-unselect-to-notice-new-mail t)

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


  reply	other threads:[~2005-09-21  8:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-21  1:45 David Nash
2005-09-21  8:24 ` Reiner Steib [this message]
2005-09-21 21:01 ` Matthias Buelow
  -- strict thread matches above, loose matches on Subject: below --
2005-09-22  1:42 David Nash
2005-09-20  7:41 David Nash
2005-09-20 13:31 ` Matthias Buelow
2005-09-20 14:37 ` Reiner Steib

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=v9irwug75d.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+from-uce@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    /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).