mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Bugfix: inline images sometimes failed
This commit is contained in:
parent
276cbc2f03
commit
7286134382
1 changed files with 1 additions and 1 deletions
|
|
@ -478,7 +478,7 @@ class BodyStructure implements \JsonSerializable
|
||||||
$oStructure->sContentType = \strtolower(\trim($sContentTypeMain.'/'.$sContentTypeSub));
|
$oStructure->sContentType = \strtolower(\trim($sContentTypeMain.'/'.$sContentTypeSub));
|
||||||
$oStructure->aContentTypeParams = $aContentTypeParams;
|
$oStructure->aContentTypeParams = $aContentTypeParams;
|
||||||
$oStructure->sCharset = $sCharset;
|
$oStructure->sCharset = $sCharset;
|
||||||
$oStructure->sContentID = $sContentID;
|
$oStructure->sContentID = \trim($sContentID);
|
||||||
$oStructure->sDescription = $sDescription;
|
$oStructure->sDescription = $sDescription;
|
||||||
$oStructure->sMailEncodingName = \strtolower($sMailEncodingName);
|
$oStructure->sMailEncodingName = \strtolower($sMailEncodingName);
|
||||||
$oStructure->sDisposition = \strtolower($sDisposition);
|
$oStructure->sDisposition = \strtolower($sDisposition);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue