php-imap icon indicating copy to clipboard operation
php-imap copied to clipboard

Don't show inline images in the email

Open familiaorlando100 opened this issue 3 years ago • 1 comments

Hello! Can u help me? When I try to see the message. The message has an inline attachment and it is an image but I can't see the image in the message. How can I see the image in the message?

In the html message . I have this code :

familiaorlando100 avatar Aug 17 '22 04:08 familiaorlando100

Hi @familiaorlando100 , the image you are looking for should be inside the attachments array:

/** @var \Webklex\PHPIMAP\Message $message */
/** @var \Webklex\PHPIMAP\Support\AttachmentCollection $attachments */

$attachments = $message->getAttachments();

Best regards & happy coding,

Webklex avatar Aug 17 '22 04:08 Webklex

not found

AdolphYu avatar Dec 17 '22 02:12 AdolphYu