mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Non strict content disposition
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user