mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 10:55:09 +01:00
Enable Unicode
This commit is contained in:
@@ -2783,7 +2783,7 @@ public class HtmlHelper {
|
||||
|
||||
MailDateFormat mdf = new MailDateFormat();
|
||||
ByteArrayInputStream bis = new ByteArrayInputStream(headers.getBytes());
|
||||
InternetHeaders iheaders = new InternetHeaders(bis);
|
||||
InternetHeaders iheaders = new InternetHeaders(bis, true);
|
||||
|
||||
String dh = iheaders.getHeader("Date", null);
|
||||
Date tx = null;
|
||||
|
||||
Reference in New Issue
Block a user