mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 17:13:38 +08: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';
|
||||
}
|
||||
|
||||
// RFC 8689
|
||||
if ($this->hasCapability('REQUIRETLS')) {
|
||||
// $sCmd .= ' REQUIRETLS';
|
||||
}
|
||||
|
||||
$this->sendRequestWithCheck('MAIL', 250, $sCmd);
|
||||
|
||||
$this->bMail = true;
|
||||
|
|
Loading…
Reference in a new issue