Commit 329e8c8
committed
minor #18817 [Mailer] Embedding images support custom cid (alamirault)
This PR was merged into the 6.3 branch.
Discussion
----------
[Mailer] Embedding images support custom cid
Fix #17703
It was complicated to me to understand well PR and use case, as it's very specific and can be considered as a bugfix, but it's was e feature.
Example of use case:
We send an Email with `Parts` and html with cid (human friendly name is replaced by generated cid). We want to forward this email, so we keep the same html (with generated cid) and `Parts` are rebuild with generated cid (setContentId).
Now it works (cid are kept), but before it was ko
Commits
-------
cee2e96 Embedding images support custom cid1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
616 | 616 | | |
617 | 617 | | |
618 | 618 | | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
619 | 631 | | |
620 | 632 | | |
621 | 633 | | |
622 | 634 | | |
623 | 635 | | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
624 | 640 | | |
625 | 641 | | |
626 | 642 | | |
| |||
0 commit comments