正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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'){ |
-
请 注册 或 登录 后发表评论