Ignore:
Timestamp:
04/03/07 16:30:17 (17 years ago)
Author:
niltonneto
Message:

* empty log message *

File:
1 edited

Legend:

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

    r6 r12  
    420420 
    421421                                } 
    422                                 else if($file_type == "message/rfc822"){                                         
     422                                else if($file_type == "message/rfc822"){ 
     423                                         
    423424                                        include_once("class.imap_attachment.inc.php"); 
    424425                                        $att = new imap_attachment(); 
     
    610611                $body = base64_decode($body); 
    611612        } 
    612          
     613        else if ($encoding == '7bit')  
     614        { 
     615                $body = quoted_printable_decode($body); 
     616        } 
    613617                // All other encodings are returned raw. 
    614618                if (strtolower($charset) == "utf-8") 
Note: See TracChangeset for help on using the changeset viewer.