-
New Feature
-
Resolution: Not A Defect
-
Minor
-
None
Hello, using email-ext-plugin and hit a problem. I want to attach an html report to the message but it is attached as
Content-Type: application/octet-stream; name=report.html
As a result mailers like thunderbird display garbled content (or not at all).
I think it would be very useful to have ability to specify content type of attached files (e.g. text/html).
That's strange, apparently the MimetypesFileTypeMap.getDefaultFileTypeMap() is returning application/octet-stream for .html. I don't think specifying the content type will happen since attachments are done using patterns.