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: One more authinfo file posting
Date: Wed, 09 Feb 2005 15:21:06 +0100	[thread overview]
Message-ID: <v9bratizl9.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <85hdkmi00b.fsf@mail.bn-software.de>

On Wed, Feb 09 2005, Stefan Kamphausen wrote:

> The problem is -once again- that the authinfo file defined in my
> nnimap settings won't be read.  I've tried (probably) all combinations
> of:
> - the name of the IMAP server (IP, FQDN, short name)
> - the port (143, imap, 993, none at all)
> and the matching settings in my .authinfo file ([1]).

It's hard to guess if you omit the most important part, the content of
the authinfo file (~/.imap-othermailbox).  Be sure to erase any
passwords.

> I would really like to see some messages in the *nnimap-debug* buffer,
> telling me for what it was looking in which file and what it found and
> why it chose not to use such a line.

As a quick check, use the following patch:

--8<---------------cut here---------------start------------->8---
--- nnimap.el	19 Sep 2004 19:59:10 +0200	6.71.2.6
+++ nnimap.el	09 Feb 2005 15:12:55 +0100	
@@ -722,7 +722,9 @@
 		(imap-capability 'IMAP4rev1 nnimap-server-buffer))
       (imap-close nnimap-server-buffer)
       (nnheader-report 'nnimap "Server %s is not IMAP4 compliant" server))
-    (let* ((list (gnus-parse-netrc nnimap-authinfo-file))
+    (let* ((list (progn (gnus-message 7 "Parsing authinfo file `%s'."
+				      nnimap-authinfo-file)
+			(gnus-parse-netrc nnimap-authinfo-file)))
 	   (port (if nnimap-server-port
 		     (int-to-string nnimap-server-port)
 		   "imap"))
--8<---------------cut here---------------end--------------->8---

You should have a line like "Parsing authinfo file `~/.authinfo'." in
the " *Message-Log*" buffer.

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


  reply	other threads:[~2005-02-09 14:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-09  8:57 Stefan Kamphausen
2005-02-09 14:21 ` Reiner Steib [this message]
2005-02-09 14:37   ` Stefan Kamphausen
2005-02-09 15:27     ` Stefan Kamphausen

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=v9bratizl9.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).