作者 邓超

x

@@ -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