This commit is contained in:
Frédéric FRANCE 2023-02-22 21:38:26 +01:00 committed by GitHub
parent a17bcd1768
commit 1ce9da8026
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();