mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-21 21:57:19 +00:00
Use boundary parameters
This commit is contained in:
parent
185c65f7ab
commit
4413bd0af9
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ public class MessageHelper {
|
|||
|
||||
// https://docs.oracle.com/javaee/6/api/javax/mail/internet/MimeMultipart.html
|
||||
System.setProperty("mail.mime.multipart.ignoremissingboundaryparameter", "true"); // default true, javax.mail.internet.ParseException: In parameter list
|
||||
System.setProperty("mail.mime.multipart.ignoreexistingboundaryparameter", "true"); // default false
|
||||
System.setProperty("mail.mime.multipart.ignoreexistingboundaryparameter", "false"); // 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
|
||||
|
|
Loading…
Reference in a new issue