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:
parent
d059c5f6d2
commit
0b05bf7fc2
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue