libphp-phpmailer 5.1-1+deb6u11build0.14.04.1 source package in Ubuntu

Changelog

libphp-phpmailer (5.1-1+deb6u11build0.14.04.1) trusty-security; urgency=medium

  * fake sync from Debian

libphp-phpmailer (5.1-1+deb6u11) squeeze-lts; urgency=high

  * CVE-2015-8476: Reject line breaks in to, from, and HELO calls to avoid
    command injection. (Closes: #807265)

 -- Tyler Hicks <email address hidden>  Mon, 04 Jan 2016 11:45:29 -0600

Upload details

Uploaded by:
Tyler Hicks
Uploaded to:
Trusty
Original maintainer:
Kevin Coyner
Architectures:
all
Section:
php
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Trusty updates universe web
Trusty security universe web

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libphp-phpmailer_5.1.orig.tar.gz 82.1 KiB f64b366c760d625133010ef94f30e71a4f5101ae980a733bdba2d67350f00a11
libphp-phpmailer_5.1-1+deb6u11build0.14.04.1.diff.gz 3.7 KiB 369a16e85d3bfaf97516432f63ce619bf0692c919ea8ede187693db5aaffd1a9
libphp-phpmailer_5.1-1+deb6u11build0.14.04.1.dsc 1.8 KiB 6b4d4c020ee53fe1f894d900e80bae8393d8059dfd6a8b6981a6c4047ef89e95

View changes file

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 expose
 any of the popular features that many email clients use nowadays like
 HTML-based emails and attachments. There are two proprietary
 development tools out there that have all the functionality built into
 easy to use classes: AspEmail(tm) and AspMail. Both of these
 programs are COM components only available on Windows.
 .
 PhpMailer implements the same methods (object calls) that the Windows-based
 components do.
 .
 Class Features:
  - Send emails with multiple TOs, CCs, BCCs and REPLY-TOs
  - Redundant SMTP servers
  - Multipart/alternative emails for mail clients that do not read HTML email
  - Support for 8bit, base64, binary, and quoted-printable encoding
  - Uses the same methods as the very popular AspEmail active server (COM)
    component
  - SMTP authentication
  - Native language support
  - Word wrap