Ignore:
Timestamp:
12/28/09 15:47:24 (14 years ago)
Author:
rodsouza
Message:

Ticket #852 - Alterado o sulfixo e realizada a adaptação do MIME.

File:
1 edited

Legend:

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

    r1657 r1899  
    575575        var num_msg = id_msg.substr(0,(id_msg.length - 2)); 
    576576        var handler_source = function(data){ 
    577                 download_attachments(null, null, data, null,null,'fonte_da_mensagem.txt'); 
     577                download_attachments(null, null, data, null,null,'fonte_da_mensagem.eml'); 
    578578        } 
    579579        cExecute("$this.exporteml.export_msg",handler_source,"folder="+url_decode(folder)+"&msgs_to_export="+num_msg); 
Note: See TracChangeset for help on using the changeset viewer.