This commit is contained in:
Marcus Bointon 2021-10-04 17:20:23 +02:00
parent ca09c748ea
commit cbfe93b75a
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ class POP3
public function disconnect()
{
$this->sendString('QUIT');
// RFC 1939 shows POP3 server sending a +OK response to the QUIT command.
// Try to get it. Ignore any failures here.
try {