作者 邓超

x

... ... @@ -254,7 +254,7 @@ function sync_body($id,$worker_id){
if(!$mailServer->login()){
return 2;
}
$mailServer->client->debug(true,LOG_PATH.'/'.$id['email_id'].'body/');
// $mailServer->client->debug(true,LOG_PATH.'/'.$id['email_id'].'body/');
// 同步 body
$mailServer->syncBody($id['folder'],$id['uid'],$id['lists_id'],db());
... ... @@ -292,7 +292,7 @@ function sync($email_id,$worker_id){
return 2;
}
$mailServer->client->debug(true,LOG_PATH.'/'.$email_id.'/');
// $mailServer->client->debug(true,LOG_PATH.'/'.$email_id.'/');
// 同步文件夹
$mailServer->syncFolder($email_id,db());
... ...
... ... @@ -16,7 +16,11 @@ class Test {
public function home(){
$a = [];
$v = $a['b'];
return [];
}
public function a(){
... ...