Enable Unicode

This commit is contained in:
M66B
2022-08-13 14:03:41 +02:00
parent a9e452aaab
commit 8c010244e6
8 changed files with 17 additions and 17 deletions

View File

@@ -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;