Content-Type: multipart/mixed; boundary="a"
--a
Content-Type: multipart/mixed; boundary="ab"
MIME-Version: 1.0
--ab
Content-Type: text/plain
--ab--
--a--
---- EXPECTED STRUCTURE ----
{
"headers_rfc": {
"content_type": {
"ContentType": {
"c_type": "multipart",
"c_subtype": "mixed",
"attributes": {
"boundary": "a"
}
}
}
},
"headers_offsets": [
{
"name": {
"Rfc": "content_type"
},
"start": 13,
"end": 44
}
],
"attachments": [
1
],
"parts": [
{
"Multipart": {
"content_type": {
"ContentType": {
"c_type": "multipart",
"c_subtype": "mixed",
"attributes": {
"boundary": "ab"
}
}
},
"mime_version": {
"Text": "1.0"
}
}
},
{
"Text": {
"body": "--a--\n\n"
}
}
],
"structure": {
"MultiPart": [
0,
[
{
"Part": 1
}
]
]
},
"offset_header": 0,
"offset_body": 45,
"offset_end": 157
}