Merge pull request #24010 from frederic34/patch-16

doc
This commit is contained in:
Laurent Destailleur 2023-02-23 19:51:26 +01:00 committed by GitHub
commit 4c3db70036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,6 +128,7 @@ class CMailFile
// Image
public $html;
public $msgishtml;
public $image_boundary;
public $atleastoneimage = 0; // at least one image file with file=xxx.ext into content (TODO Debug this. How can this case be tested. Remove if not used).
public $html_images = array();