mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07: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
|
@ -198,7 +198,7 @@ struct MultiPartBodyStructureData {
|
|||
Optional<Tuple<DeprecatedString, HashMap<DeprecatedString, DeprecatedString>>> disposition;
|
||||
Vector<OwnPtr<BodyStructure>> bodies;
|
||||
Vector<DeprecatedString> langs;
|
||||
DeprecatedString media_type;
|
||||
DeprecatedString multipart_subtype;
|
||||
Optional<HashMap<DeprecatedString, DeprecatedString>> params;
|
||||
Optional<DeprecatedString> location;
|
||||
Optional<Vector<BodyExtension>> extensions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue