作者 邓超

m

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