File: control

package info (click to toggle)
libnet-smtps-perl 0.09-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 84 kB
  • sloc: perl: 141; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,443 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: libnet-smtps-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libauthen-sasl-perl,
                     libio-socket-ssl-perl,
                     perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-smtps-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libnet-smtps-perl.git
Homepage: https://metacpan.org/release/Net-SMTPS
Testsuite: autopkgtest-pkg-perl

Package: libnet-smtps-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libauthen-sasl-perl,
         libio-socket-ssl-perl
Description: 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.