all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* syntax for movemail (mailutils), apop, rmail
@ 2008-10-13 18:31 Alfred M. Szmidt
  2008-10-13 18:39 ` Alfred M. Szmidt
  2008-10-14 13:44 ` Sergey Poznyakoff
  0 siblings, 2 replies; 3+ messages in thread
From: Alfred M. Szmidt @ 2008-10-13 18:31 UTC (permalink / raw)
  To: emacs-devel, bug-mailutils

Hi,

movemail in mailutils supports APOP, but the syntax for it does not
allow for a password: 

  pop://<USER>;auth=+APOP@<HOST>

but

  pop://<USER>:<PASSWORD>;auth=+APOP@<HOST>

is interpreted as having the user <USER>:<PASSWORD>.  Currently it
seems that it is impossible to use POP + AUTH with rmail unless one
wishes to be asked for a password, or use emacs movemail.  Problem
with the later is that emacs movemail does not support imap; and as a
result you cannot have multiple mailboxes that use imap and apop.

Would it be able to make mailutils movemail support a password in the
URI, or make rmail handle rmail-remote-password better to always try
it when something asks for a password?  The last solution isn't the
best one, but it work.

Cheers.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-10-14 13:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-13 18:31 syntax for movemail (mailutils), apop, rmail Alfred M. Szmidt
2008-10-13 18:39 ` Alfred M. Szmidt
2008-10-14 13:44 ` Sergey Poznyakoff

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.