mirror of https://github.com/M66B/FairEmail.git
Possible subject fix
This commit is contained in:
parent
068157dd2c
commit
0774db3b31
|
@ -974,6 +974,7 @@ public class MessageHelper {
|
||||||
return null;
|
return null;
|
||||||
|
|
||||||
subject = MimeUtility.unfold(subject);
|
subject = MimeUtility.unfold(subject);
|
||||||
|
//subject = subject.replaceAll("\\?=\\s+=\\?", "\\?==\\?");
|
||||||
subject = new String(subject.getBytes(StandardCharsets.ISO_8859_1));
|
subject = new String(subject.getBytes(StandardCharsets.ISO_8859_1));
|
||||||
subject = decodeMime(subject);
|
subject = decodeMime(subject);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue