Disable nested IMAP messages

pull/212/head
M66B 1 year ago
parent 8e90f3a1ed
commit 18926aeea5

@ -271,7 +271,7 @@ public class BODYSTRUCTURE implements Item {
throw new ParsingException( throw new ParsingException(
"BODYSTRUCTURE parse error: bad ``lines'' element"); "BODYSTRUCTURE parse error: bad ``lines'' element");
} else if (type.equalsIgnoreCase("message") && } else if (type.equalsIgnoreCase("message") &&
subtype.equalsIgnoreCase("rfc822")) { subtype.equalsIgnoreCase("rfc822") && false) {
// Nested message // Nested message
processedType = NESTED; processedType = NESTED;
// The envelope comes next, but sadly Gmail handles nested // The envelope comes next, but sadly Gmail handles nested

Loading…
Cancel
Save