mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 12:24:26 +01:00
@@ -854,6 +854,7 @@ public class MessageHelper {
|
||||
if (header == null)
|
||||
return null;
|
||||
|
||||
header = new String(header.getBytes(StandardCharsets.ISO_8859_1));
|
||||
Address[] addresses = InternetAddress.parseHeader(header, false);
|
||||
|
||||
for (Address address : addresses) {
|
||||
|
||||
Reference in New Issue
Block a user