all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sergey Poznyakoff <gray@Mirddin.farlep.net>
Cc: emacs-devel@gnu.org
Subject: Re: Updating movemail in Emacs
Date: Fri, 19 Nov 2004 12:42:25 +0200	[thread overview]
Message-ID: <200411191042.iAJAgP030573@Mirddin.farlep.net> (raw)
In-Reply-To: Your message of Thu, 18 Nov 2004 18:56:56 +0000 (UTC) <m1CUrSi-0004RtC@rattlesnake.com>

Robert J. Chassell <bob@rattlesnake.com> wrote:

> How do you set four different passwords for four different mail
> servers, easily?

Movemail supports full URL schemes, i.e.:

  pop://USER:PASS@server.host.name

where USER and PASS are user name and password, respectively. So the
easiest way to set up for different passwords would be:

(setq rmail-pop-password-required nil)
(setq rmail-primary-inbox-list '("pop://AAA:pass1@foo.edu"
                                 "pop://AAA:pass2@bar.net"
                                 "pop://BBB:pass3@bar.net"
                                 "pop://CCC:pass4@bar.net")
				 
Regards,
Sergey

  reply	other threads:[~2004-11-19 10:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1CNjv3-0007le-B5@fencepost.gnu.org>
     [not found] ` <200411011451.JAA28950@smtp.ott.qnx.com>
     [not found]   ` <200411011509.iA1F91017792@Mirddin.farlep.net>
     [not found]     ` <E1COzKp-0007i0-Dc@fencepost.gnu.org>
     [not found]       ` <200411031853.iA3IrL011498@Mirddin.farlep.net>
     [not found]         ` <E1CPoRj-00040s-F8@fencepost.gnu.org>
2004-11-18 17:08           ` Updating movemail in Emacs Sergey Poznyakoff
2004-11-18 18:56             ` Robert J. Chassell
2004-11-19 10:42               ` Sergey Poznyakoff [this message]
2004-11-18 19:49             ` Kevin Rodgers
     [not found]             ` <E1CVgFF-00006Y-3I@fencepost.gnu.org>
2004-11-22 13:57               ` Sergey Poznyakoff

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=200411191042.iAJAgP030573@Mirddin.farlep.net \
    --to=gray@mirddin.farlep.net \
    --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.