[wp-trac] [WordPress Trac] #25014: class-phpmailer.php Version 5.2.4 Qmail Bug
WordPress Trac
noreply at wordpress.org
Fri Aug 23 18:09:21 UTC 2013
#25014: class-phpmailer.php Version 5.2.4 Qmail Bug
--------------------------------+------------------
Reporter: JaxWeather | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.7
Component: External Libraries | Version: 3.6
Severity: normal | Resolution:
Keywords: has-patch |
--------------------------------+------------------
Comment (by bpetty):
Some quick notes:
1. Version 5.2.6 includes the new "extras/class.html2text.php"
functionality that is used when calling `PHPMailer::MsgHTML(..., $advanced
= true)` - which is a new parameter that defaults to false, and is never
used from PHPMailer directly, so we should still be fine not including
this extra file just as we don't any other extra files.
2. Since we rename files, this is one change we always need to make to
PHPMailer from upstream when updating: just replacing "class.smtp.php"
with "class-smtp.php" in "class-phpmailer.php". I've done this in the
updated patch.
3. Speaking of "class-smtp.php", the update to this file was missing from
the first patch. I've included it's update with this now too.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/25014#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list