Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Cc: ding@gnus.org
Subject: Re: nnimap - authentication
Date: 27 Dec 2000 10:15:31 +0100	[thread overview]
Message-ID: <vafn1diql70.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: <m3u27qr4pr.fsf@gnus-5.8.8-cvs.now.playing>

On 26 Dec 2000, Harry Putnam wrote:

> Does it mean I need something like this?
> 
>           (nnimap "mail.server.com"
>                   (nnimap-authenticator anonymous)) 
> 
> Putting the `login' part in place of anonymous?

Yes.  (nnimap-authenticator foo) uses the symbol foo, whereas
(nnimap-authenticator "foo") would use a string (because of the double
quotes).

>        * "login:" Plain-text username/password via LOGIN.

I think it is unfortunate that the manual contains double quotes and a
colon where the Lisp code should not contain either.  The double
quotes are not easy to recognize as markup.  Maybe it would be better
if it looked like this:

* `login': Plain-text ...

Hm.

> But then what about the `username' `password' part? Where does it
> go.?

In ~/.authinfo, if you like.  Hm.  The default username might be your
login name.  I think you have to put a line in ~/.authinfo if you want
to use a different username.  But you don't have to put the password
in ~/.authinfo, Gnus will ask you for it.

machine frumple login harry password verysecret

This machine name would be for a server (nnimap "frumple" ...).

kai
-- 
~/.signature



  reply	other threads:[~2000-12-27  9:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-27  2:13 Harry Putnam
2000-12-27  9:15 ` Kai Großjohann [this message]
2000-12-27  9:53   ` Georg C. F. Greve

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=vafn1diql70.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    --cc=ding@gnus.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).