[wp-trac] Re: [WordPress Trac] #2460: wp-mail.php: quoted printable encoding not decoding

WordPress Trac wp-trac at lists.automattic.com
Mon Apr 30 17:04:49 GMT 2007


#2460: wp-mail.php: quoted printable encoding not decoding
----------------------------------------------------+-----------------------
 Reporter:  Staro                                   |        Owner:  anonymous
     Type:  defect                                  |       Status:  reopened 
 Priority:  normal                                  |    Milestone:  2.2      
Component:  General                                 |      Version:  2.0.1    
 Severity:  normal                                  |   Resolution:           
 Keywords:  wp-mail.php quoted printable has-patch  |  
----------------------------------------------------+-----------------------
Changes (by welcomb):

  * status:  closed => reopened
  * resolution:  fixed =>

Comment:

 Note that function ''stripos'' is only available in PHP 5. You might want
 to change the condition on line 121 to
 ''strpos(strtolower($content_transfer_encoding), "quoted-printable")'' to
 ensure compatibility with providers still using PHP 4.

 Also I think MIME headers are case insensitive too so the explode on line
 116 might not always work.

 And I'm still having the problem I posted in #3717.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/2460#comment:7>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list