mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 23:26:12 +02:00
Added Unicode hint
This commit is contained in:
@@ -467,6 +467,7 @@ public class ServiceSend extends ServiceBase {
|
||||
|
||||
// Create message
|
||||
Properties props = MessageHelper.getSessionProperties();
|
||||
// https://javaee.github.io/javamail/docs/api/javax/mail/internet/package-summary.html
|
||||
if (ident.unicode)
|
||||
props.put("mail.mime.allowutf8", "true");
|
||||
Session isession = Session.getInstance(props, null);
|
||||
|
||||
Reference in New Issue
Block a user