作者 邓超

x

... ... @@ -1044,6 +1044,7 @@ class Imap {
$status = strtolower(explode(' ',$line)[1]??'');
// 脚本异常
if($status == 'bad'){
logs($cmd);
throw new \Exception('request bad:'.$line);
}
}else{
... ...