send-email: Net::SMTP::SSL is obsolete, use only when necessary
commit0ead000c3aca13a10ae51a3c74c866981e0d33b8
authorDennis Kaarsemaker <dennis@kaarsemaker.net>
Fri, 24 Mar 2017 21:37:32 +0000 (24 22:37 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 20 May 2017 09:34:24 +0000 (20 18:34 +0900)
treece956adcf73ba3bbac2cf5d22c3f213d0aec66c3
parent95d67879735cfecfdd85f89e59d993c5b4de8835
send-email: Net::SMTP::SSL is obsolete, use only when necessary

Net::SMTP itself can do the necessary SSL and STARTTLS bits just fine
since version 1.28, and Net::SMTP::SSL is now deprecated. Since 1.28
isn't that old yet, keep the old code in place and use it when
necessary.

While we're in the area, mark some messages for translation that were
not yet marked as such.

Signed-off-by: Dennis Kaarsemaker <dennis@kaarsemaker.net>
Reviewed-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl