正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -1157,6 +1157,7 @@ class Imap { | @@ -1157,6 +1157,7 @@ class Imap { | ||
1157 | $r = fwrite($this->socket, $cmd."\r\n"); | 1157 | $r = fwrite($this->socket, $cmd."\r\n"); |
1158 | if (!$r) { | 1158 | if (!$r) { |
1159 | $this->socketClose(); | 1159 | $this->socketClose(); |
1160 | + logs($cmd . $this->username); | ||
1160 | throw new \Exception("request error write"); | 1161 | throw new \Exception("request error write"); |
1161 | } | 1162 | } |
1162 | 1163 |
-
请 注册 或 登录 后发表评论