作者 邓超

m

@@ -857,7 +857,7 @@ class Imap { @@ -857,7 +857,7 @@ class Imap {
857 $result = $this->request(($is_uid?'UID ':'')."FETCH {$data} ($filed)"); 857 $result = $this->request(($is_uid?'UID ':'')."FETCH {$data} ($filed)");
858 858
859 if($result[0] != 'ok'){ 859 if($result[0] != 'ok'){
860 - throw new \Exception('fetch error:'.end($result[1])); 860 + throw new \Exception('fetch error:'.end($result[1])."==>".($is_uid?'UID ':'')."FETCH {$data} ($filed)");
861 } 861 }
862 862
863 if ($header2Body=='body'){ 863 if ($header2Body=='body'){