Skip to content

Commit

Permalink
Version 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mludvig committed Apr 6, 2018
1 parent 27d6804 commit 1883f38
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion smtp-cli
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#
# Command line SMTP client with SSL, STARTTLS, SMTP-AUTH and IPv6 support.
# Michal Ludvig, 2003-2017
# Michal Ludvig, 2003-2018
# See http://smtp-cli.logix.cz for details
# and https://github.com/mludvig/smtp-cli for code.
# Thanks to all contributors for ideas and fixes!
Expand All @@ -12,6 +12,9 @@ my $version = "3.8";

#
# ChangeLog:
# * Version 3.9 (2018-04-06)
# - Don't attempt to use IO::Socket::INET6 with --ipv4.
#
# * Version 3.8 (2017-07-05)
# - New parameter --local-addr
# - Support body and attachment reading from non-regular files
Expand Down

0 comments on commit 1883f38

Please sign in to comment.