Non strict content disposition

This commit is contained in:
M66B 2021-09-22 19:58:43 +02:00
parent 0ff0b19b00
commit d91851f08c
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ public class MessageHelper {
System.setProperty("mail.mime.multipart.ignoreexistingboundaryparameter", "true"); // default false
System.setProperty("mail.mime.multipart.ignoremissingendboundary", "true"); // default true
System.setProperty("mail.mime.multipart.allowempty", "true"); // default false
System.setProperty("mail.mime.contentdisposition.strict", "false"); // default true
//System.setProperty("mail.imap.parse.debug", "true");
}