mirror of https://github.com/M66B/FairEmail.git
Disable nested IMAP messages
This commit is contained in:
parent
8e90f3a1ed
commit
18926aeea5
|
@ -271,7 +271,7 @@ public class BODYSTRUCTURE implements Item {
|
|||
throw new ParsingException(
|
||||
"BODYSTRUCTURE parse error: bad ``lines'' element");
|
||||
} else if (type.equalsIgnoreCase("message") &&
|
||||
subtype.equalsIgnoreCase("rfc822")) {
|
||||
subtype.equalsIgnoreCase("rfc822") && false) {
|
||||
// Nested message
|
||||
processedType = NESTED;
|
||||
// The envelope comes next, but sadly Gmail handles nested
|
||||
|
|
Loading…
Reference in New Issue