-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support CID embeds #62
Comments
On Sat, May 27, 2023 at 06:14:12AM -0700, ToshY wrote:
... I've just noticed that images embedded with CID
are not being displayed in Mailcrab's formatted view.
...
**Proposal**
I spell feature request differently :-)
Support for CID embeds.
Advice for Toshy:
Make reproducing the inconvenience possible
|
@stappersg I'm somewhat confused on what more you would want to see exactly. The raw example response is what I got from the I'm not sure if the issue statement is unclear or the definiton of CID embeds? Here's an SO post explaining how they work, showing a similiar response as the example I've provided. If you insist on having a reproduction case, I can make one in Symfony 6.x (PHP 8.1) even though that has nothing to do with the issue, as the same email gets handled correctly by other mail clients (Mailtrap/Gmail/etc.). As this library is inspired by Mailhog, you can find the same issue there as well: mailhog/MailHog#27 |
Thanks for reporting this @ToshY. This should be fixed - I'll try to implement it soon. |
This is fixed in v0.19.0 👍 |
Problem
For Symfony projects I've switched from Mailtrap to Mailcrab, and I've just noticed that images embedded with CID are not being displayed in Mailcrab's formatted view.
Raw (truncated email example)
As you can see in the raw example above, the image src with cid
03487338a9ba70e29f37dd06781f9a95@symfony
is available, which contains a base64 encoded string of the image file. But the image itself is available in the email as an attachment instead of being embedded.So it just shows the broken image icon in the formatted view.
Proposal
Support for CID embeds.
The text was updated successfully, but these errors were encountered: