From b55dc8e88cf14c8386c77374deb460be21ae6143 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sun, 12 Nov 2017 13:40:37 +0000 Subject: [PATCH] Add full ChangeLog --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index c7b09e80..adf8da27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,12 @@ - Added support for XOAUTH2 authentication method for SMTP transport (Ian Berry). +- Fixed a bug with a space around file names in Content-Disposition headers + (Alexey Alyoshin) +- Allow ezcMailVirtualFile and ezcMailStreamFile to be handled in + ezcMail::walkParts (Brend Rathmanner) +- Fixed empty filename in file_parser (Michael Kliewe) +- Update STARTTLS parsing to allow "250 STARTTLS" (John Corser)/\t - Fixed issue #58: Restrict the set of characters that can be used as the email address for the ezcMail returnPath property. (CVE-2017-15806, reported by "Kay")