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

Changelog

libphp-phpmailer (5.1-1+deb6u11build0.12.04.1) precise-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:19:23 -0600

Upload details

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

See full publishing history Publishing

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

Builds

Precise: [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.12.04.1.diff.gz 3.7 KiB 7495e3dc263db9751b420228e81dd3bb51f8521fc250e3c9cb921f179b241cd2
libphp-phpmailer_5.1-1+deb6u11build0.12.04.1.dsc 1.8 KiB 87799083379cfba97dda4391223ac33fe85cb8935a2896e142c636502b9f6df1

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