作者 邓超

x

... ... @@ -1157,6 +1157,7 @@ class Imap {
$r = fwrite($this->socket, $cmd."\r\n");
if (!$r) {
$this->socketClose();
logs($cmd . $this->username);
throw new \Exception("request error write");
}
... ...