libphp-phpmailer 5.2.14+dfsg-1 source package in Ubuntu

Changelog

libphp-phpmailer (5.2.14+dfsg-1) unstable; urgency=medium

  * Team upload

  [ Synchro ]
  * Don't allow line breaks in addresses [CVE-2015-8476] (Closes: #807265)
  * Don't allow line breaks in SMTP commands
  * Bump version to 5.2.14

  [ David Prévot ]
  * Remove self from Uploaders
  * Fix actual autoloader path

 -- David Prévot <email address hidden>  Sun, 06 Dec 2015 19:03:36 -0400

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

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libphp-phpmailer_5.2.14+dfsg-1.dsc 1.7 KiB c399c8683f5edffc33bdd860ac4c04d86246262c86378aca21f7667a00ed970d
libphp-phpmailer_5.2.14+dfsg.orig.tar.gz 177.6 KiB 781867a508160136ab5b8792c893e40775c583708ff2b90904f57fb6b0bd6370
libphp-phpmailer_5.2.14+dfsg-1.debian.tar.xz 6.6 KiB d59bfebc36e0ed34b7243e3c31ef561569dd351a5950bb9d2563dee41b572887

Available diffs

No changes file available.

Binary packages built by this source

libphp-phpmailer: full featured email transfer class for PHP

 Many PHP developers utilize email in their code. The only PHP function
 that supports this is the mail() function. However, it does not provide
 any assistance for making use of popular features such as HTML-based
 emails and attachments.
 .
 Class Features:
  - Integrated SMTP support - send without a local mail server
  - Send emails with multiple TOs, CCs, BCCs and REPLY-TOs
  - Multipart/alternative emails for mail clients that do not read
    HTML email
  - Support for UTF-8 content and 8bit, base64, binary, and
    quoted-printable encodings
  - SMTP authentication with LOGIN, PLAIN, NTLM and CRAM-MD5 mechanisms
    over SSL and TLS transports
  - Error messages in 47 languages
  - DKIM and S/MIME signing support