Re: git send-email doesn't work with IPv6 and STARTTLS

2014-05-01 Thread Steffen Ullrich
Hi, Net::SMTP does neither supports SSL nor IPv6. git-send-mail does not use Net::SMTP directly for SSL support, but: - for direct connections (port 465) it uses Net::SMTP::SSL which just replaces the superclass if Net::SMTP with IO::Socket::SSL and thus implicitly supports IPv6 (because IO:

Re: git send-email doesn't work with IPv6 and STARTTLS

2014-05-01 Thread Jonathan Nieder
Hi, Steffen Ullrich wrote: > git-send-mail does not use Net::SMTP directly for SSL support, but: > - for direct connections (port 465) it uses Net::SMTP::SSL which just > replaces the superclass if Net::SMTP with IO::Socket::SSL and thus > implicitly supports IPv6 (because IO::Socket::SSL doe

Re: git send-email doesn't work with IPv6 and STARTTLS

2014-05-01 Thread Matthias-Christian Ott
On 05/01/14 20:05, Jonathan Nieder wrote: > Hi, Hi, > Matthias-Christian Ott wrote[1]: > >> git send-email uses Net::SMTP connections that use STARTTLS. Net::SMTP >> does not support IPv6. I patched Net:SMTP to use IO::Socket::INET6 and >> it worked. > > Thanks for reporting. > > 1. What vers

git send-email doesn't work with IPv6 and STARTTLS

2014-04-30 Thread Matthias-Christian Ott
$ git --version git version 1.8.5.5 git send-email uses Net::SMTP connections that use STARTTLS. Net::SMTP does not support IPv6. I patched Net:SMTP to use IO::Socket::INET6 and it worked. - Matthias-Christian Ott -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a