libnet-smtps-perl 0.09-1 source package in Ubuntu

Changelog

libnet-smtps-perl (0.09-1) unstable; urgency=medium

  * Team upload

  * Import upstream version 0.09
  * Declare compliance with Debian Policy 4.1.1

 -- Florian Schlichting <email address hidden>  Thu, 09 Nov 2017 23:06:34 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-smtps-perl_0.09-1.dsc 2.1 KiB 40d89072a949452a27049569cef5a2856eb3c1da236c8d012bcb74b7eb5511ac
libnet-smtps-perl_0.09.orig.tar.gz 5.1 KiB 53791a957d0183062959eb66c667b0b0ab2a32f6d1e6135889bcc132b17959e8
libnet-smtps-perl_0.09-1.debian.tar.xz 2.0 KiB 075d4d3eaa010ba3ebc6f021579ac8fee97e0bc772be8405b97f5e4db2a55c87

Available diffs

No changes file available.

Binary packages built by this source

libnet-smtps-perl: SSL/STARTTLS support for Net::SMTP

 Net::SMTPS implements a wrapper for Net::SMTP, enabling over-SSL/STARTTLS
 support. This module inherits all the methods from Net::SMTP. You may use all
 the friendly options that came bundled with Net::SMTP. You can control the
 SSL usage with the options of new() constructor method. 'doSSL' option is the
 switch, and, If you would like to control detailed SSL settings, you can set
 SSL_* options that are brought from IO::Socket::SSL. Please see the document
 of IO::Socket::SSL about these options detail.
 .
 Just one method difference from the Net::SMTP, you may select SMTP AUTH
 mechanism as the third option of auth() method.