Changeset 4863 for branches/2.2


Ignore:
Timestamp:
07/27/11 08:30:50 (13 years ago)
Author:
roberto.santosjunior
Message:

Ticket #2163 - Revert da revisão 4859, por já haver uma pref. de tratamento.

File:
1 edited

Legend:

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

    r4859 r4863  
    10361036                                                } 
    10371037                                        } 
    1038                                         else if($file_type == "text/html") 
     1038                                        // if HTML attachment file size > 300kb, then it will not expand. 
     1039                                        else if($file_type == "text/html"  && $msg->fsize[$msg_number][$values] < $max_size*3) 
    10391040                                        { 
    10401041                                            if ($is_alternative) 
Note: See TracChangeset for help on using the changeset viewer.