all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thien-Thi Nguyen <ttn@glug.org>
Cc: emacs-devel@gnu.org
Subject: Re: multiple POP support for RMAIL
Date: 22 Feb 2004 06:14:38 -0500	[thread overview]
Message-ID: <jkwu6f2wo1.fsf@glug.org> (raw)
In-Reply-To: "Robert J. Chassell"'s message of "Sun, 22 Feb 2004 00:05:05 +0000 (UTC)"

"Robert J. Chassell" <bob@rattlesnake.com> writes:

       ...there is currently no way to specify multiple passwords
       non-interactively.

   Please implement this feature

actually the code posted does indeed support this usage, although it is
not a very clean interface (IMO), and hence left undocumented to allow a
freer hand to change it based on the outcome of this discussion.

basically, you can evaluate:

(rmail-set-pop-password PASSWORD-1 HOST-1)
(rmail-set-pop-password PASSWORD-2 HOST-2)
  ...

where each HOST-N appears in `rmail-primary-inbox-list'.  although this
works, it is ugly to me because it requires the user to synchronize host
names in two places.  on the other hand, that may not be such a big deal
in practice, and in fact, this scheme makes it easy to place such forms
in a separate chmod go-rwx file (i.e., a security feature of sorts).

what do you think of `rmail-pop-password-required' being allowed to name
a file containing (HOST . PASSWORD) pairs?  this file would be (re-)read
at the appropriate times, and after `M-x rmail-set-pop-password RET RET'.
i chose pairs deliberately to limit the generality of this file -- this
goes back to my reluctance at getting into Gnus-ish design/impl territory.

thi

  reply	other threads:[~2004-02-22 11:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-21 21:56 multiple POP support for RMAIL Thien-Thi Nguyen
2004-02-22  0:05 ` Robert J. Chassell
2004-02-22 11:14   ` Thien-Thi Nguyen [this message]
2004-02-22 13:43     ` Robert J. Chassell
2004-03-06 22:31       ` Thien-Thi Nguyen

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=jkwu6f2wo1.fsf@glug.org \
    --to=ttn@glug.org \
    --cc=emacs-devel@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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.