作者 邓超

1

@@ -271,7 +271,7 @@ class Imap { @@ -271,7 +271,7 @@ class Imap {
271 // 选择文件夹 271 // 选择文件夹
272 $result = $this->request("SELECT \"{$folder}\""); 272 $result = $this->request("SELECT \"{$folder}\"");
273 if($result[0] != 'ok'){ 273 if($result[0] != 'ok'){
274 - throw new \Exception('select folder error:'.end($result[1])); 274 + throw new \Exception('select folder('.$folder.') error:'.end($result[1]));
275 } 275 }
276 276
277 $list = []; 277 $list = [];