作者 邓超

x

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