author | Thomas Rast <trast@student.ethz.ch> | |
Wed, 25 Jun 2008 19:42:43 +0000 (21:42 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 26 Jun 2008 05:34:32 +0000 (22:34 -0700) | ||
commit | f6bebd121ac531871c4cee576b0baf6814099425 | |
tree | d67476ef9d5cc8ec52c6fc6df5aa493f5e20e891 | tree | snapshot |
parent | 85fe23ed2a5d88463f5362a3e4fdd6f45a0555fd | commit | 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>
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>
Documentation/git-send-email.txt | diff | blob | history | |
git-send-email.perl | diff | blob | history |