Ignore:
Timestamp:
08/03/09 09:54:23 (15 years ago)
Author:
fpcorrea
Message:

Ticket #573 - Importação de mensagens é limitado pelo tamanho máximo de anexos

File:
1 edited

Legend:

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

    r1226 r1246  
    15671567                return; 
    15681568        } 
    1569          
    15701569        if (expresso_offline) {          
    15711570                stringEmail = Element("to_"+ID).value; 
     
    22132212        document.form_import.appendChild(folder); 
    22142213        write_msg(get_lang('You must wait while the messages will be imported...')); 
    2215          
     2214 
    22162215        cExecuteForm('$this.imap_functions.import_msgs', document.form_import, handler); 
    22172216} 
     
    22542253        //Begin: Verify if the file extension is allowed. 
    22552254        var imgExtensions = new Array("eml","zip"); 
    2256         var inputFile = document.form_import.file_1;     
     2255        var inputFile = document.form_import.file_1; 
    22572256        if(!inputFile.value){ 
    22582257                alert(get_lang('File extension forbidden or invalid file') + '.'); 
Note: See TracChangeset for help on using the changeset viewer.