* Current stgit asks SMTP password for every patch
@ 2010-02-07 2:18 Pavel Roskin
0 siblings, 0 replies; only message in thread
From: Pavel Roskin @ 2010-02-07 2:18 UTC (permalink / raw)
To: Alex Chiang; +Cc: git
Hello, Alex!
I was unpleasantly surprised when the current STGit started asking me
for the SMTP password for every patch in the series:
$ stg mail --to minicom ncurses-const..clobber
Checking the validity of the patches ... done
Sending patch "ncurses-const" ... Please enter SMTP password:
done
Sending patch "precision-int" ... Please enter SMTP password:
done
Sending patch "aliasing" ... Please enter SMTP password:
done
Sending patch "clobber" ... Please enter SMTP password:
done
The code in __send_message_smtp() lacks any caching for the smtppassword
variable. The code comes from your commit
89d7ec43e0b25cc6cbc9feb044d7ce7048f224eb
stg mail: Refactor __send_message and friends
Ideally, asking for the password (as well as other verification of the
e-mail credentials) should be done before "Sending patch" is shown, and
before the cover letter if any. That is, it should be in func() in
stgit/commands/mail.py.
But I'll also be fine with a simple-minded password caching in
__send_message_smtp().
--
Regards,
Pavel Roskin
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-02-07 2:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-07 2:18 Current stgit asks SMTP password for every patch Pavel Roskin
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 NNTP newsgroup(s).