Changeset 6840 for branches


Ignore:
Timestamp:
07/20/12 15:13:30 (12 years ago)
Author:
eduardow
Message:

Ticket #2974 - Problema ao encaminhar mensagens com anexo em pastas com espaços no nome.

File:
1 edited

Legend:

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

    r6839 r6840  
    31403140            $attachment = new attachment(); 
    31413141            $attachment->decodeConf['rfc_822bodies'] = $rfc_822bodies; //Forçar a não decodificação de mensagens em anexo. 
    3142             $attachment->setStructureFromMail($folder, $uid); 
     3142                                    $folder = urldecode($folder);  
     3143                                $attachment->setStructureFromMail($folder, $uid); 
    31433144             
    31443145            if($info === true) 
Note: See TracChangeset for help on using the changeset viewer.