mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-26 17:56:00 +03:00
[GH-ISSUE #86] [Enhancement] Password prompt limitations #75
Labels
No labels
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nmail#75
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Kabouik on GitHub (May 17, 2021).
Original GitHub issue: https://github.com/d99kris/nmail/issues/86
Originally assigned to: @d99kris on GitHub.
It is all quite minor but:
***********) could help correcting typos, but I think opinions may diverge there, as password prompts with not hints are also quite common in UNIX.@d99kris commented on GitHub (Nov 16, 2022):
Hi @Kabouik - a bit late, but now I found time to look at this issue.
This should be working now. I believe it was fixed quite a while ago (a year?), but I don't have the exact commit id. Anyway, I've tested
^Chere both on setup and during regular login, and both are OK.This could be done, but unfortunately it's fairly complex to implement correctly (esp. w.r.t. to navigation keys etc), so I'm leaning towards just following
scp,sshbehavior of not providing visible feedback. Possibly if you know some open-source Linux command line tool (C or C++) that does this nicely, I can take a look and see if I can use their implementation.I don't recall this being the case (but possibly there was some bug earlier). I also tested here now, and
nmailcan start up fine with just correct IMAP password, and then only fails upon sending if SMTP pass was entered wrongly.Will proceed to close this issue for now.