mirror of https://github.com/M66B/FairEmail.git
Non strict content disposition
This commit is contained in:
parent
0ff0b19b00
commit
d91851f08c
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue