mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-04 18:48:31 +00:00
Ignore base64 errors
This commit is contained in:
parent
57f86d7b9b
commit
8864a9aeca
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ public class MessageHelper {
|
|||
props.put("mail.mime.decodetext.strict", "false");
|
||||
|
||||
props.put("mail.mime.ignoreunknownencoding", "true"); // Content-Transfer-Encoding
|
||||
props.put("mail.mime.base64.ignoreerrors", "true");
|
||||
props.put("mail.mime.decodefilename", "true");
|
||||
props.put("mail.mime.encodefilename", "true");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue