Ignore:
Timestamp:
09/06/12 10:33:43 (12 years ago)
Author:
douglasz
Message:

Ticket #3095 - Problema ao encaminhar mensagem com anexo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/main.js

    r7145 r7176  
    22782278                                var att = new Object(); 
    22792279                                var regex = new RegExp( "'", "g" ); 
    2280                                 att.folder = arrayAtt[0].replace(regex,""); 
     2280                                att.folder = utf8_decoder(Base64.decode(arrayAtt[0].replace(regex,""))); 
    22812281                                att.uid = arrayAtt[1].replace(regex,""); 
    22822282                                att.part = arrayAtt[3].replace(regex,""); 
     
    24682468                var att = new Object(); 
    24692469                var regex = new RegExp( "'", "g" ); 
    2470                 att.folder = arrayAtt[0].replace(regex,""); 
     2470                att.folder = utf8_decoder(Base64.decode(arrayAtt[0].replace(regex,""))); 
    24712471                att.uid = arrayAtt[1].replace(regex,""); 
    24722472                att.part = arrayAtt[3].replace(regex,""); 
Note: See TracChangeset for help on using the changeset viewer.