unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#67589: Bug with rmail (Emacs 29.1) and movemail 3.16 when password starts with dash symbol
@ 2023-12-02 18:50 rameiko87
  2023-12-02 19:50 ` Eli Zaretskii
  2024-05-17 21:20 ` Jakub Ječmínek via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 2 replies; 6+ messages in thread
From: rameiko87 @ 2023-12-02 18:50 UTC (permalink / raw)
  To: 67589

My remote mailbox password starts with a dash. I cannot use rmail 
regardless to whether I store the password in my imaps:// URL or I 
insert the password when prompted, and escaping the dash does not help 
in either case.

As for movemail, when I'm prompted to insert the password I don't 
remember in which cases I was successful (but I'm confident to say that 
the command failed either when the dash was escaped or when it was not). 
I can also report that when the password is included in the URL which I 
pass to movemail, then everything works as expected both when the dash 
is not escaped and when it is.






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

* bug#67589: Bug with rmail (Emacs 29.1) and movemail 3.16 when password starts with dash symbol
  2023-12-02 18:50 bug#67589: Bug with rmail (Emacs 29.1) and movemail 3.16 when password starts with dash symbol rameiko87
@ 2023-12-02 19:50 ` Eli Zaretskii
  2023-12-02 20:23   ` Eli Zaretskii
  2024-05-17 21:20 ` Jakub Ječmínek via Bug reports for GNU Emacs, the Swiss army knife of text editors
  1 sibling, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2023-12-02 19:50 UTC (permalink / raw)
  To: rameiko87; +Cc: 67589

> Date: Sat, 02 Dec 2023 18:50:53 +0000
> From: rameiko87@posteo.net
> 
> My remote mailbox password starts with a dash. I cannot use rmail 
> regardless to whether I store the password in my imaps:// URL or I 
> insert the password when prompted, and escaping the dash does not help 
> in either case.

Did you try to customize email-movemail-flags to give it the string
"--" (i.e. two dashes)?





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

* bug#67589: Bug with rmail (Emacs 29.1) and movemail 3.16 when password starts with dash symbol
  2023-12-02 19:50 ` Eli Zaretskii
@ 2023-12-02 20:23   ` Eli Zaretskii
       [not found]     ` <6dca58228d38ab81b4a42ded1c4cb563@posteo.net>
  0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2023-12-02 20:23 UTC (permalink / raw)
  To: rameiko87; +Cc: 67589

> Cc: 67589@debbugs.gnu.org
> Date: Sat, 02 Dec 2023 21:50:26 +0200
> From: Eli Zaretskii <eliz@gnu.org>
> 
> > Date: Sat, 02 Dec 2023 18:50:53 +0000
> > From: rameiko87@posteo.net
> > 
> > My remote mailbox password starts with a dash. I cannot use rmail 
> > regardless to whether I store the password in my imaps:// URL or I 
> > insert the password when prompted, and escaping the dash does not help 
> > in either case.
> 
> Did you try to customize email-movemail-flags to give it the string
                           ^^^^^^^^^^^^^^^^^^^^
Sorry, I meant rmail-movemail-flags.





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

* bug#67589: Bug with rmail (Emacs 29.1) and movemail 3.16 when password starts with dash symbol
       [not found]     ` <6dca58228d38ab81b4a42ded1c4cb563@posteo.net>
@ 2023-12-03 17:05       ` Eli Zaretskii
  0 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2023-12-03 17:05 UTC (permalink / raw)
  To: rameiko87; +Cc: 67589

[Please use Reply All to reply, so that the bug tracker is CC'ed.]

> Date: Sun, 03 Dec 2023 16:48:49 +0000
> From: rameiko87@posteo.net
> 
> Dear Eli,
> Thanks for your reply. I would attempt customizing rmail-movemail-flags 
> , however I'd like to first find a description for the -- flag for 
> movemail, which I couldn't find on the movemail doc. Any idea?

I assumed that "--" means "all that follows cannot be an option".
Since movemail is part of GNU Mailutils, I assumed that it behaves
like all the other GNU programs with respect to options.





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

* bug#67589: Bug with rmail (Emacs 29.1) and movemail 3.16 when password starts with dash symbol
  2023-12-02 18:50 bug#67589: Bug with rmail (Emacs 29.1) and movemail 3.16 when password starts with dash symbol rameiko87
  2023-12-02 19:50 ` Eli Zaretskii
@ 2024-05-17 21:20 ` Jakub Ječmínek via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2024-05-18  6:22   ` Eli Zaretskii
  1 sibling, 1 reply; 6+ messages in thread
From: Jakub Ječmínek via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-05-17 21:20 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: rameiko87, 67589

Eli Zaretskii <eliz@gnu.org> writes:

> Did you try to customize email-movemail-flags to give it the string
> "--" (i.e. two dashes)?

I confirm that this works.






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

* bug#67589: Bug with rmail (Emacs 29.1) and movemail 3.16 when password starts with dash symbol
  2024-05-17 21:20 ` Jakub Ječmínek via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2024-05-18  6:22   ` Eli Zaretskii
  0 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2024-05-18  6:22 UTC (permalink / raw)
  To: Jakub Ječmínek; +Cc: rameiko87, 67589-done

> Date: Fri, 17 May 2024 21:20:08 +0000
> From: Jakub Ječmínek <kuba@kubajecminek.cz>
> Cc: rameiko87@posteo.net, 67589@debbugs.gnu.org
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> > Did you try to customize email-movemail-flags to give it the string
> > "--" (i.e. two dashes)?
> 
> I confirm that this works.

Thanks, I'm therefore closing this bug.





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

end of thread, other threads:[~2024-05-18  6:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-02 18:50 bug#67589: Bug with rmail (Emacs 29.1) and movemail 3.16 when password starts with dash symbol rameiko87
2023-12-02 19:50 ` Eli Zaretskii
2023-12-02 20:23   ` Eli Zaretskii
     [not found]     ` <6dca58228d38ab81b4a42ded1c4cb563@posteo.net>
2023-12-03 17:05       ` Eli Zaretskii
2024-05-17 21:20 ` Jakub Ječmínek via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-05-18  6:22   ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

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 read-only IMAP folder(s) and NNTP newsgroup(s).