Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 64e780e

Browse files
author
the-djmaze
committed
Resolve #1813
1 parent 709d672 commit 64e780e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

snappymail/v/0.0.0/app/libraries/MailSo/Smtp/SmtpClient.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@ public function Login(Settings $oSettings) : self
203203
$SASL->verify($sResult);
204204
// Now end the authentication
205205
$sRequest = '';
206-
$this->sendRequestWithCheck($sRequest, 235);
206+
$this->sendRaw($sRequest, true, '');
207+
$this->validateResponse(235, '');
207208
} else switch ($type) {
208209
// RFC 4616
209210
case 'PLAIN':

0 commit comments

Comments
 (0)