Changeset 4859 for branches/2.2


Ignore:
Timestamp:
07/26/11 08:39:51 (13 years ago)
Author:
roberto.santosjunior
Message:

Ticket #2163 - Mensagem recebida em branco. Retirada do limite, em Kb, do corpo da mensagem.

File:
1 edited

Legend:

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

    r4636 r4859  
    10361036                                                } 
    10371037                                        } 
    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) 
     1038                                        else if($file_type == "text/html") 
    10401039                                        { 
    10411040                                            if ($is_alternative) 
Note: See TracChangeset for help on using the changeset viewer.