mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user