libnet-smtps-perl 0.08-1 source package in Ubuntu
Changelog
libnet-smtps-perl (0.08-1) unstable; urgency=medium * Team upload [ Salvatore Bonaccorso ] * debian/control: Use HTTPS transport protocol for Vcs-Git URI [ gregor herrmann ] * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. [ Florian Schlichting ] * Import upstream version 0.08 * Update copyright year * Declare compliance with Debian Policy 4.1.0 -- Florian Schlichting <email address hidden> Sat, 16 Sep 2017 23:08:52 +0200
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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libnet-smtps-perl_0.08-1.dsc | 2.1 KiB | 7c464741b6e6e5e03b2283faae26e756a691e087d068585b32da87b3bc50214f |
libnet-smtps-perl_0.08.orig.tar.gz | 5.2 KiB | 5fb36fdac19a97569886d0b04d884e0702dd6497b0cb47bee597d20f40497948 |
libnet-smtps-perl_0.08-1.debian.tar.xz | 2.0 KiB | cbda305c820ac0aca6e95c2cc589d8adfd0b3132542c61d6de685d93e19229bc |
Available diffs
- diff from 0.04-1 to 0.08-1 (4.9 KiB)
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.