Changeset 1798


Ignore:
Timestamp:
12/10/09 10:52:37 (14 years ago)
Author:
niltonneto
Message:

Ticket #810 - Corrigido problema onde emails 7bits são convertidos em quoted-printable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/expressoMail1_2/inc/class.imap_functions.inc.php

    r1797 r1798  
    967967        { 
    968968                $body = base64_decode($body); 
    969         } 
    970         else if ($encoding == '7bit')  
    971         { 
    972                 $body = quoted_printable_decode($body);                                          
    973969        } 
    974970                // All other encodings are returned raw. 
Note: See TracChangeset for help on using the changeset viewer.