1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:17:35 +00:00

LibIMAP+Mail: Rename MultiPartBody's mime_type to multipart_subtype

This commit is contained in:
Karol Kosek 2023-09-02 22:29:07 +02:00 committed by Andrew Kaster
parent 642a3f85ef
commit f789d26e37
3 changed files with 3 additions and 3 deletions

View file

@ -384,7 +384,7 @@ BodyStructure Parser::parse_body_structure()
data.bodies.append(make<BodyStructure>(move(child)));
}
consume(" "sv);
data.media_type = parse_string();
data.multipart_subtype = parse_string();
if (!try_consume(")"sv)) {
consume(" "sv);