libphp-phpmailer 5.2.14+dfsg-2.3+deb9u2build0.18.04.1 source package in Ubuntu

Changelog

libphp-phpmailer (5.2.14+dfsg-2.3+deb9u2build0.18.04.1) bionic-security; urgency=medium

  * fake sync from Debian

libphp-phpmailer (5.2.14+dfsg-2.3+deb9u2) stretch-security; urgency=medium

  * Non-maintainer upload by the Debian LTS Team.
  * Fix CVE-2020-13625: escaping bug in file attachment naming.

 -- Eduardo Barretto <email address hidden>  Mon, 14 Sep 2020 15:58:55 -0300

Upload details

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

See full publishing history Publishing

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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libphp-phpmailer_5.2.14+dfsg.orig.tar.gz 177.6 KiB 781867a508160136ab5b8792c893e40775c583708ff2b90904f57fb6b0bd6370
libphp-phpmailer_5.2.14+dfsg-2.3+deb9u2build0.18.04.1.debian.tar.xz 11.8 KiB 31580d6a8e3654bfbd9172f9bb1e62dc1ba9cccafa08ad806bcaff7a551465d6
libphp-phpmailer_5.2.14+dfsg-2.3+deb9u2build0.18.04.1.dsc 2.1 KiB 7fcee1c863d9565228cb13dafb45050c974e9f209f91950e9a854a7769ca5276

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 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