mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Prepare RFC 8689
This commit is contained in:
parent
bd35521f41
commit
1d4b20bb79
1 changed files with 5 additions and 0 deletions
|
|
@ -205,6 +205,11 @@ class SmtpClient extends \MailSo\Net\NetClient
|
||||||
$sCmd .= ' RET=HDRS';
|
$sCmd .= ' RET=HDRS';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// RFC 8689
|
||||||
|
if ($this->hasCapability('REQUIRETLS')) {
|
||||||
|
// $sCmd .= ' REQUIRETLS';
|
||||||
|
}
|
||||||
|
|
||||||
$this->sendRequestWithCheck('MAIL', 250, $sCmd);
|
$this->sendRequestWithCheck('MAIL', 250, $sCmd);
|
||||||
|
|
||||||
$this->bMail = true;
|
$this->bMail = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue