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:
parent
4a92d712ea
commit
642a3f85ef
2 changed files with 10 additions and 3 deletions
|
@ -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 {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue