Description
Today blob resolution upon Email/set create relies on the attachment manager, and not on the blob resolver.
This means only uploaded blobs and blobs of email attachments are supported for Email/set create attachment properties.
This thus excludes:
- blobs of other messages
- blobs of non-attachment bodyParts (eg text/html)
One use case is sending attached messages.
How: EmailCreationRequest::toMime4JMessage should rely on the BlobResolver rather than on the AttachmentManager
Definition of done:
- No regression on existing integration tests
- Adda new integration test sending an attached message, referncing the blobId of an other message as an attachment.
Attachments
Issue Links
- links to