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