1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 00:27:43 +00:00

LibIMAP: Parse body-type-msg to spec

This commit is contained in:
Karol Kosek 2023-09-03 00:31:07 +02:00 committed by Andrew Kaster
parent 4a92d712ea
commit 642a3f85ef
2 changed files with 10 additions and 3 deletions

View file

@ -213,7 +213,7 @@ struct BodyStructureData {
HashMap<DeprecatedString, DeprecatedString> fields;
unsigned bytes { 0 };
unsigned lines { 0 };
Optional<Envelope> envelope;
Optional<Tuple<Envelope, NonnullOwnPtr<BodyStructure>>> contanied_message;
Optional<DeprecatedString> md5 {};
Optional<Tuple<DeprecatedString, HashMap<DeprecatedString, DeprecatedString>>> disposition {};