muquit / mailsend

A program to send mail via SMTP from command line
Other
295 stars 68 forks source link

Quiet mode shows SSL connection information on Windows #21

Closed muquit closed 10 years ago

muquit commented 10 years ago

From sheeppo...@gmail.com on October 09, 2013 04:16:07

What steps will reproduce the problem? I'm using mailsend 1.17b12 binary on a Windows 7 computer. Connecting to mandrill with STARTTLS and authentication. Using the -q flag. What is the expected output? What do you see instead? Should show no output at all. But instead shows:

libmsock: using getaddrinfo AF_INET IPv4 IP address: 54.228.142.25:587 EINPROGRESS=10036,EWOULDBLOCK=10035 connect(): socket=268,rc=-1, errno=10035 (Debug) Try socket 268 Certificate information: Subject: /C=US/ST=Georgia/L=Atlanta/O=The Rocket Science Group, LLC/OU=Product D ev/CN=*.mandrillapp.com Issuer: /C=US/O=Thawte, Inc./CN=Thawte SSL CA What version of the product are you using? On what operating system? 1.17b12 on windows 7

Original issue: http://code.google.com/p/mailsend/issues/detail?id=21

muquit commented 10 years ago

From muq...@gmail.com on October 09, 2013 07:38:48

Will cleanup in the next release. Thanks.

Status: Accepted

muquit commented 10 years ago

From muq...@gmail.com on October 19, 2013 16:59:12

fixed in v1.17b13

Status: Fixed