about summary refs log tree commit
path: root/lib/Net/SMTP.pm
DateCommit message (Expand)
2017-12-15Use L<> for links HEAD master
2017-12-15Use L<> rather than F<> for email addresses
2017-11-14Bump version
2016-10-27Simplify AUTHOR/copyright notices
2016-08-30Bump copyright dates for files changed this year
2016-08-01Bump version
2016-07-19Bump version
2016-07-01Require IO::Socket::IP >= 0.25 to hopefully stop t/pop3_ipv6.t hanging
2016-06-13Include decoded (from base64) negotiation for SASL.
2016-01-05Bump version
2015-09-03SMTP: document passing of SASL instance to auth()
2015-09-01Bump version
2015-07-16Add Changes entry for previous merge commit, plus other minor tidy-ups
2015-07-16Merge pull request #18 from noxxi/af_domain
2015-07-16Fix Net::Cmd::datasend() for octets stored in an upgraded string
2015-07-10let FTP, NNTP, POP3, SMTP restrict Domain to IPv4 even if IPv6 is supported b...
2015-07-08Bump version
2015-03-24Add licence files; clarify licence statements
2015-03-10Convert tabs to spaces
2015-01-26Document the new SendHello argument to Net::SMTP->new()
2015-01-26Tidy up previous merge commit
2015-01-22Optional automatic hello
2015-01-20Bump version
2014-12-09last does not work in a do {} block
2014-12-09Bump version
2014-11-29SSL support: use SNI only if supported by IO::Socket::SSL (i.e. openssl versi...
2014-11-28Bump version
2014-11-28- model SSL support for Net::NNTP after Net::SMTP, i.e. upgrade to SSL class ...
2014-11-27Increase minimum requred IO::Socket::SSL version from 1.999 to 2.007
2014-11-20Increased minimum required Socket version from 1.3 to 2.016
2014-11-13Avoid "Argument ... isn't numeric in subroutine entry" warnings
2014-10-11Bump version
2014-10-10Fix $smtp->auth($sasl)
2014-10-09Bump version
2014-10-09use version 1.999 of IO::Socket::SSL, because it protects against bad version...
2014-10-09Bump version
2014-10-08Synchronize all $VERSIONs to the distribution's version number
2014-10-08Fix PAUSE indexing problem again
2014-10-08Fix PAUSE indexing problem
2014-06-11Add optional POD coverage testing
2014-06-05Update copyright and fix POD
2014-06-04Make code Perl::Critic clean
2014-06-04Use 5.008001, strict and warnings throughout
2014-06-04We require perl-5.8.1 or higher now
2014-06-03Moved Net/*.pm into lib/Net/ sub-directory within distribution