Skip RSET after authentication failure and QUIT

pull/6781/head
Aleksander Machniak 5 years ago
parent b39c5aaaec
commit e0792c3287

@ -173,7 +173,6 @@ class rcube_smtp
$this->response[] = 'Authentication failure: ' . $result->getMessage()
. ' (Code: ' . $result->getCode() . ')';
$this->reset();
$this->disconnect();
return false;

Loading…
Cancel
Save