Bugfix: inline images sometimes failed

This commit is contained in:
the-djmaze 2023-02-07 10:50:40 +01:00
parent 276cbc2f03
commit 7286134382

View file

@ -478,7 +478,7 @@ class BodyStructure implements \JsonSerializable
$oStructure->sContentType = \strtolower(\trim($sContentTypeMain.'/'.$sContentTypeSub));
$oStructure->aContentTypeParams = $aContentTypeParams;
$oStructure->sCharset = $sCharset;
$oStructure->sContentID = $sContentID;
$oStructure->sContentID = \trim($sContentID);
$oStructure->sDescription = $sDescription;
$oStructure->sMailEncodingName = \strtolower($sMailEncodingName);
$oStructure->sDisposition = \strtolower($sDisposition);