commit | f6bebd121ac531871c4cee576b0baf6814099425 | [log] [tgz] |
---|---|---|
author | Thomas Rast <trast@student.ethz.ch> | Wed Jun 25 21:42:43 2008 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Jun 25 22:34:32 2008 -0700 |
tree | d67476ef9d5cc8ec52c6fc6df5aa493f5e20e891 | |
parent | 85fe23ed2a5d88463f5362a3e4fdd6f45a0555fd [diff] |
git-send-email: add support for TLS via Net::SMTP::SSL We do this by handing over the Net::SMTP instance to Net::SMTP::SSL, which avoids Net::SMTP::TLS and its weird error checking. This trick is due to Brian Evins. Signed-off-by: Thomas Rast <trast@student.ethz.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com>