mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:17:46 +00:00
LibIMAP: Add method to get data out of BodyStructure
This commit is contained in:
parent
7e7c65abb6
commit
27644785f1
1 changed files with 2 additions and 0 deletions
|
@ -239,6 +239,8 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
AK::Variant<BodyStructureData, MultiPartBodyStructureData> const& data() const { return m_data; }
|
||||
|
||||
private:
|
||||
AK::Variant<BodyStructureData, MultiPartBodyStructureData> m_data;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue