mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
DSN decode MIME header text
This commit is contained in:
@@ -65,7 +65,7 @@ public class ActivityDSN extends ActivityBase {
|
||||
int length;
|
||||
while ((length = is.read(buffer)) != -1)
|
||||
bos.write(buffer, 0, length);
|
||||
result.headers = bos.toString("UTF-8");
|
||||
result.headers = MessageHelper.decodeMime(bos.toString("UTF-8"));
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user