mirror of https://github.com/M66B/FairEmail.git
Enable UTF-8 support
This commit is contained in:
parent
1fda1b061a
commit
eefe9667ec
|
@ -152,6 +152,7 @@ public class MessageHelper {
|
||||||
props.put("mail.smtp.writetimeout", Integer.toString(NETWORK_TIMEOUT)); // one thread overhead
|
props.put("mail.smtp.writetimeout", Integer.toString(NETWORK_TIMEOUT)); // one thread overhead
|
||||||
props.put("mail.smtp.timeout", Integer.toString(NETWORK_TIMEOUT));
|
props.put("mail.smtp.timeout", Integer.toString(NETWORK_TIMEOUT));
|
||||||
|
|
||||||
|
props.put("mail.mime.allowutf8", "true");
|
||||||
props.put("mail.mime.address.strict", "false");
|
props.put("mail.mime.address.strict", "false");
|
||||||
props.put("mail.mime.decodetext.strict", "false");
|
props.put("mail.mime.decodetext.strict", "false");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue