Revision history for Perl extension Net::SMTPS.
0.01 Thu Feb 14 23:20:47 2013
- original version; created by h2xs 1.23 with options
-AXn Net::SMTPS
0.02 Thu Feb 15 01:20:07 2013
- add README
0.03 Thu Mar 25 18:00:00 2013
- fix new() for multiple call
0.04 Thu Oct 24 18:15:00 2014
- fix new() for Ticket #99743 "problem with ipv6/v4 autodetection on win32 ...
(thanks, <alexz .. opmantek.com>)
0.05 Thu Feb 16 10:00:00 2017
- fix auth() for Ticket #120261 "When passing in Authen::SASL, mechanism should not be
(thanks, <peter .. dragonstaff ..>)
0.06 Thu Apr 08 20:00:00 2017
- fix on Ticket #121006 "Timeout option doesn't work"
(thanks, <emanuele.tomasi .. aruba.it>)
0.07 Mon Sep 11 23:00:00 2017
- fix on Ticket #123006 "STARTTLS fails"
(thanks, <mbradshaw .. cpan.org>)
0.08 Wed Sep 13 07:00:00 2017
- move starttls code from constructor and enabling starttls() as a method.