| 
...
 | 
...
 | 
@@ -254,7 +254,7 @@ function sync_body($id,$worker_id){ | 
| 
 | 
 | 
     if(!$mailServer->login()){
 | 
| 
 | 
 | 
         return 2;
 | 
| 
 | 
 | 
     }
 | 
| 
 | 
 | 
     $mailServer->client->debug(true,LOG_PATH.'/'.$id.'body/');
 | 
| 
 | 
 | 
     $mailServer->client->debug(true,LOG_PATH.'/'.$id['email_id'].'body/');
 | 
| 
 | 
 | 
 
 | 
| 
 | 
 | 
     // 同步 body
 | 
| 
 | 
 | 
     $mailServer->syncBody($id['folder'],$id['uid'],$id['lists_id'],db());
 | 
...
 | 
...
 | 
 |