1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 09:47:13 +00:00

Fixed encoding of nested messages

This commit is contained in:
M66B 2022-10-06 09:26:37 +02:00
parent d059c5f6d2
commit 0b05bf7fc2

View file

@ -124,6 +124,11 @@ public class IMAPNestedMessage extends IMAPMessage {
return bs.size;
}
@Override
public String getEncoding() throws MessagingException {
return bs.encoding;
}
/*
* Disallow setting flags on nested messages
*/