mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 22:25:55 +03:00
[GH-ISSUE #714] Content-ID missing on emails from Booking.com #1063
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#1063
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @D3strukt0r on GitHub (Jan 24, 2025).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/714
I've noticed that the embedded images coming from Booking.com are never shown. Checking the code, and comparing it with another email I have where it worked, the Booking.com one doesn't have a
Content-IDand all files are attached withnonameXwhere X is an increasing number. So the images in the email will not resolve with thesrc="cid:XX". I don't know if it has something to do with AnonAddy, but I don't remember that Booking emails had issues showing images until switching to AnonAddy.Working example from an Apple Email
Broken example from Booking.com
If you need more info, I'll happily share. As Booking Emails are quite personal, I'd send them directly (Email) instead of through here.
The email has the same issues for me on ProtonMail, Outlook on the Desktop or another copy send to a Hotmail address. Images are never shown.
@willbrowningme commented on GitHub (Jan 27, 2025):
Thanks, will look into this now.
@willbrowningme commented on GitHub (Feb 12, 2025):
I've just fixed this, please let me know if there are any future issues.
@D3strukt0r commented on GitHub (Mar 12, 2025):
Can confirm, seems to be working