mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +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->aContentTypeParams = $aContentTypeParams;
|
||||
$oStructure->sCharset = $sCharset;
|
||||
$oStructure->sContentID = $sContentID;
|
||||
$oStructure->sContentID = \trim($sContentID);
|
||||
$oStructure->sDescription = $sDescription;
|
||||
$oStructure->sMailEncodingName = \strtolower($sMailEncodingName);
|
||||
$oStructure->sDisposition = \strtolower($sDisposition);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue