AFAIK, org.springframework.mail.javamail.MimeMessageHelpe r.MimeMessageHelper is a facility for populating complicated email objects (MimeMessages).
It has methods and constants for creating multipart/mixed, multipart/related MimeMessages but no one for miltipart/signed MimeMessages.
How can create a Signed MimeMessages by Spring when I have email text and its signature?
