作者 邓超

x

... ... @@ -1208,7 +1208,7 @@ class Imap {
throw new \Exception('request bad:'.$line);
}elseif($status == 'no'){
// logs($cmd);
throw new \Exception('命令失败 NO:'.$line);
throw new \Exception('命令('.trim($cmd).')失败 NO:'.$line);
}
}else{
if(!preg_match("/^\*\s\w/",$line)){
... ...