Content-Type: multipart/mixed; boundary="1"
--1
Content-Type: text/plain
hello, world
--1
---- EXPECTED STRUCTURE ----
{
"headers_rfc": {
"content_type": {
"ContentType": {
"c_type": "multipart",
"c_subtype": "mixed",
"attributes": {
"boundary": "1"
}
}
}
},
"headers_offsets": [
{
"name": {
"Rfc": "content_type"
},
"start": 13,
"end": 44
}
],
"html_body": [
0
],
"text_body": [
0
],
"parts": [
{
"Text": {
"headers": {
"content_type": {
"ContentType": {
"c_type": "text",
"c_subtype": "plain"
}
}
},
"body": "hello, world"
}
}
],
"structure": {
"Part": 0
},
"offset_header": 0,
"offset_body": 45,
"offset_end": 92
}