mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
f1a99cd968
This change adds several overloads of `MimeMessageHelper#addInline` which allow users to specify a file name for inline elements added from an `InputStreamResource` or a `jakarta.activation.DataSource`. Closes gh-33230