mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Small fixes
This commit is contained in:
parent
1dc561c25e
commit
ef7f8bddb3
2 changed files with 51 additions and 38 deletions
|
|
@ -7482,8 +7482,6 @@ class Actions
|
|||
$mResult['Plain'] = $sPlain;
|
||||
// $mResult['Plain'] = 0 === \strlen($sPlain) ? '' : \MailSo\Base\HtmlUtils::ConvertPlainToHtml($sPlain);
|
||||
|
||||
$this->Logger()->WriteDump($mResult['Html']);
|
||||
|
||||
$mResult['TextHash'] = \md5($mResult['Html'].$mResult['Plain']);
|
||||
|
||||
$mResult['TextPartIsTrimmed'] = $mResponse->TextPartIsTrimmed();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue