-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Allow Usage of ContentId in html #48901
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
Conversation
Hey! I see that this is your first PR. That is great! Welcome! Symfony has a contribution guide which I suggest you to read. In short:
Review the GitHub status checks of your pull request and try to solve the reported issues. If some tests are failing, try to see if they are failing because of this change. When two Symfony core team members approve this change, it will be merged and you will become an official Symfony contributor! I am going to sit back now and wait for the reviews. Cheers! Carsonbot |
bf83dce
to
d0402c3
Compare
Detect usage of Content-Id in html and mark part as related, just as it would happen with a `cid:<name>` reference.
d0402c3
to
a5e4fc2
Compare
Thank you @m42e. |
Detect usage of Content-Id in html and mark part as related, just as it would happen with a
cid:<name>
reference.Assumed you have a defined
Content-Id
for your attachment, as you modify and forward an id.The HTML part will already contain the reference to that id in the
cid:
reference. Which means the name is no longer part of the html body. In this case it is currently not detected that the parts are related to each other.This will be improved with this PR.
I do not consider it a bug fix. The feature has a very special use case. If you consider otherwise, let me know and I will create a PR against the maintenance branch. (I already have one prepared: https://github.com/m42e/symfony/tree/allow-usage-of-content-id-in-html-5.4 Which means the feature/fix would reach more people. Please let me know what you think.)