N°5102 - Allow to send emails using GSuite SMTP and OAuth - Defer the deletion (expunge) to the end of connection

This commit is contained in:
Eric Espie
2022-06-09 11:40:13 +02:00
parent 6d3118d9e9
commit 4099376472

View File

@@ -92,7 +92,7 @@ class Oauth extends Login
while (true) {
$sResponse = $this->_receive(30);
IssueLog::Debug("SMTP Oauth receiving $sResponse", static::LOG_CHANNEL);
IssueLog::Debug("SMTP Oauth receiving ".trim($sResponse), static::LOG_CHANNEL);
if ($sResponse === '+') {
// Send empty client response.