]> granicus.if.org Git - mutt/commit
SMTP: don't interactively authenticate without a password in batch/mailx mode
authorRocco Rutte <pdmef@gmx.net>
Thu, 28 May 2009 14:37:44 +0000 (16:37 +0200)
committerRocco Rutte <pdmef@gmx.net>
Thu, 28 May 2009 14:37:44 +0000 (16:37 +0200)
commit800fa4f2bae3e44a07b0f720ecb9afd95b0d06da
tree745879fbad47c2e247b5953435cca5661f4bea03
parent86ed34691b09e85f578775409ea47db567022cd2
SMTP: don't interactively authenticate without a password in batch/mailx mode

Otherwise, if we don't have a password and curses is not running, the
SASL authentication callback will crash mutt. We now abort if the
password wasn't given in $smtp_url.
ChangeLog
smtp.c