mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 23:12:55 +00:00
parent
9e5280317f
commit
b728eea4aa
1 changed files with 0 additions and 1 deletions
|
@ -475,7 +475,6 @@ public class MessageHelper {
|
||||||
return null;
|
return null;
|
||||||
|
|
||||||
header = new String(header.getBytes(StandardCharsets.ISO_8859_1));
|
header = new String(header.getBytes(StandardCharsets.ISO_8859_1));
|
||||||
header = decodeMime(header);
|
|
||||||
return InternetAddress.parseHeader(header, false);
|
return InternetAddress.parseHeader(header, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue