Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@extundo.com>
Cc: jari.aalto@poboxes.com
Subject: Re: [Feature req] NNIMAP Server configuration to support nnimap-username
Date: Tue, 17 Aug 2004 20:12:48 +0200	[thread overview]
Message-ID: <ilu7jrxy6ov.fsf@latte.josefsson.org> (raw)
In-Reply-To: <acwtfzgh.fsf@blue.sea.net>

Jari Aalto <jari.aalto@poboxes.com> writes:

> I was editing imap server:
>
>  (nnimap "imap.uta.fi"
>          (nnimap-expunge-on-close always)
>          (nnimap-username "ssjaaa")
>          (nnimap-stream ssl))
>
> I thought wrong. There doesnt seem to be nnimap-username ot other
> variable to suppress login name question from IMAP servers. Could you
> add one or something to to the the nnimap interface.

Perhaps

  (nnimap "imap.uta.fi"
          (nnimap-expunge-on-close always)
          (imap-username "ssjaaa")
          (nnimap-stream ssl))

work.

Or perhaps putting

machine imap.uta.fi port imap login ssjaaaa

in ~/.authinfo work.




      reply	other threads:[~2004-08-17 18:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-17 17:26 Jari Aalto
2004-08-17 18:12 ` Simon Josefsson [this message]

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=ilu7jrxy6ov.fsf@latte.josefsson.org \
    --to=jas@extundo.com \
    --cc=jari.aalto@poboxes.com \
    /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).