mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Non strict content disposition
This commit is contained in:
parent
0ff0b19b00
commit
d91851f08c
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue