作者 邓超

x

@@ -112,7 +112,7 @@ function sync($email_id){ @@ -112,7 +112,7 @@ function sync($email_id){
112 $result = $mailServer->client->fetch($uid,'UID',true); 112 $result = $mailServer->client->fetch($uid,'UID',true);
113 }catch (Throwable $e){ 113 }catch (Throwable $e){
114 _echo($e->getMessage()); 114 _echo($e->getMessage());
115 - continue; 115 + return;
116 } 116 }
117 if(!$result){ 117 if(!$result){
118 _echo('删除 e '.$email_id.' f '.$folder_id.' u '.$uid.' id '.$id.' d '.$db->delete(\Model\listsSql::$table,['id'=>$id]).' fd '.$db->delete('fob_hot_mail',['lists_id'=>$id]).' body '.$db->delete(\Model\bodySql::$table,['lists_id'=>$id])); 118 _echo('删除 e '.$email_id.' f '.$folder_id.' u '.$uid.' id '.$id.' d '.$db->delete(\Model\listsSql::$table,['id'=>$id]).' fd '.$db->delete('fob_hot_mail',['lists_id'=>$id]).' body '.$db->delete(\Model\bodySql::$table,['lists_id'=>$id]));