Ignore:
Timestamp:
04/30/10 15:40:28 (14 years ago)
Author:
rafaelraymundo
Message:

Ticket #490 - Reestabelecido o funcionamento do arquivamento local

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.imap_functions.inc.php

    r2597 r2676  
    461461                        imap_close($this->mbox); 
    462462                        $this->mbox=false; 
    463                         array_push($return,serialize($msg_info)); 
     463                        array_push($return,$msg_info); 
    464464 
    465465                        if($msg_info['Unseen'] == "U" || $msg_info['Recent'] == "N"){ 
Note: See TracChangeset for help on using the changeset viewer.