Fixed inline attachments

This commit is contained in:
M66B
2019-01-06 12:18:17 +00:00
parent 9154945de9
commit 7cc1f076f4
6 changed files with 17 additions and 7 deletions

View File

@@ -616,6 +616,7 @@ public class MessageHelper {
}
if (content instanceof InputStream || content instanceof String) {
// https://www.iana.org/assignments/cont-disp/cont-disp.xhtml
String disposition;
try {
disposition = part.getDisposition();