libnet-smtps-perl 0.03-1 source package in Ubuntu
Changelog
libnet-smtps-perl (0.03-1) unstable; urgency=low * New upstream release. -- gregor herrmann <email address hidden> Sat, 05 Oct 2013 17:09:38 +0200
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- misc
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libnet-smtps-perl_0.03-1.dsc | 2.0 KiB | e7c6bcb15f29b2ff096f66d269e7690dd79dcf436b428a40f9fdfff4b9f56f34 |
libnet-smtps-perl_0.03.orig.tar.gz | 4.5 KiB | f8b2f1c2812df87e4a901388df760de913607481747e9a39e495582baeeb0a08 |
libnet-smtps-perl_0.03-1.debian.tar.gz | 1.6 KiB | d61a9a23457b2bf800951dd14ba41ae61dab21de090ce10465971a191f59d1c3 |
Available diffs
- diff from 0.1-1 to 0.03-1 (324 bytes)
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.