Changeset 5373


Ignore:
Timestamp:
01/12/12 13:47:27 (12 years ago)
Author:
cristiano
Message:

Ticket #2440 - Correção no decodeMimeString

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.imap_functions.inc.php

    r5372 r5373  
    207207        static function decodeMimeString( $string ) 
    208208        { 
     209          $string =  preg_replace('/\?\=(\s)*\=\?/', '?==?', $string); 
    209210          return preg_replace_callback( '/\=\?([^\?]*)\?([qb])\?([^\?]*)\?=/i' ,array( 'self' , 'decodeMimeStringCallback'), $string); 
    210211        } 
Note: See TracChangeset for help on using the changeset viewer.