php-net-smtp 1.6.2-2 source package in Ubuntu

Changelog

php-net-smtp (1.6.2-2) unstable; urgency=medium


  * Use "pear run-tests" instead of phpunit for DEP-8 tests

 -- Guillaume Delacour <email address hidden>  Sat, 04 Oct 2014 16:03:02 +0200

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
php
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-net-smtp_1.6.2-2.dsc 2.0 KiB 4b03ee924fbe898b044332570d8845958a68505ce8006eb6518b5ab052b88f29
php-net-smtp_1.6.2.orig.tar.gz 13.2 KiB 3e5ee01edafc5013a66b14c020c9fc069b91c4571576f27401ea5c1a0123be2d
php-net-smtp_1.6.2-2.debian.tar.xz 4.5 KiB 1470fe8c3cbd31118fc21eb2ce551f8933cc3469b182288fe58bea001226bf4a

Available diffs

No changes file available.

Binary packages built by this source

php-net-smtp: PHP PEAR module implementing SMTP protocol

 Provides an implementation of the SMTP protocol using PEAR's Net_Socket class.
 The php-net-smtp package supports the SMTP authentication standard (as defined
 by RFC-2554) if you also install the php-auth-sasl package. Net_SMTP then
 supports several authentication methods like DIGEST-MD5, CRAM-MD5, LOGIN and
 PLAIN.