[wp-trac] [WordPress Trac] #28909: Update PHPMailer to 5.2.8

WordPress Trac noreply at wordpress.org
Wed Jul 30 19:44:10 UTC 2014


#28909: Update PHPMailer to 5.2.8
------------------------------------+--------------------
 Reporter:  MattyRob                |       Owner:
     Type:  enhancement             |      Status:  new
 Priority:  normal                  |   Milestone:  4.0
Component:  External Libraries      |     Version:  trunk
 Severity:  normal                  |  Resolution:
 Keywords:  has-patch dev-feedback  |     Focuses:
------------------------------------+--------------------

Comment (by michalzuber):

 With updated {{{class-pop3.php}}} I got the following errors when trying
 {{{/wp-mail.php}}}

 For port 995:
 {{{PHP Notice:  Undefined property: POP3::$ERROR in
 /data/o/p/optimalizaciaseo.sk/sub/nevilleweb.sk/WordPress/wp-mail.php on
 line 45}}}

 {{{print_r($pop3)}}} output:
 {{{
 POP3 Object
 (
     [Version] => 5.2.8
     [POP3_PORT] => 110
     [POP3_TIMEOUT] => 30
     [CRLF] =>

     [do_debug] => 0
     [host] =>
     [port] =>
     [tval] =>
     [username] =>
     [password] =>
     [pop_conn:POP3:private] => Resource id #235
     [connected:POP3:private] =>
     [error:POP3:private] => Array
         (
             [error] => Server reported an error:
             [errno] => 0
             [errstr] =>
         )

 )
 }}}

 For port 110:
 {{{PHP Fatal error:  Call to undefined method POP3::user() in
 /data/o/p/optimalizaciaseo.sk/sub/nevilleweb.sk/WordPress/wp-mail.php on
 line 44}}}

 Update introduced new method {{{login()}}} at
 [https://github.com/PHPMailer/PHPMailer/blob/master/class.pop3.php#L266
 class.pop3.php#L266]

--
Ticket URL: <https://core.trac.wordpress.org/ticket/28909#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list