mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 01:23:38 +02:00
Enable Unicode
This commit is contained in:
@@ -269,7 +269,7 @@ public class ActivityEML extends ActivityBase {
|
||||
if (is == null)
|
||||
throw new FileNotFoundException(uri.toString());
|
||||
|
||||
Properties props = MessageHelper.getSessionProperties(false);
|
||||
Properties props = MessageHelper.getSessionProperties(true);
|
||||
Session isession = Session.getInstance(props, null);
|
||||
MimeMessage imessage = new MimeMessage(isession, is);
|
||||
|
||||
@@ -665,7 +665,7 @@ public class ActivityEML extends ActivityBase {
|
||||
if (is == null)
|
||||
throw new FileNotFoundException(uri.toString());
|
||||
|
||||
Properties props = MessageHelper.getSessionProperties(false);
|
||||
Properties props = MessageHelper.getSessionProperties(true);
|
||||
Session isession = Session.getInstance(props, null);
|
||||
MimeMessage imessage = new MimeMessage(isession, is);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user