1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Content-Type: multipart/mixed; boundary="ab"
body
---- EXPECTED STRUCTURE ----
{
"headers_rfc": {
"content_type": {
"ContentType": {
"c_type": "multipart",
"c_subtype": "mixed",
"attributes": {
"boundary": "ab"
}
}
}
},
"headers_offsets": [
{
"name": {
"Rfc": "content_type"
},
"start": 13,
"end": 45
}
],
"attachments": [
0
],
"parts": [
{
"Text": {
"body": "body\n"
}
}
],
"structure": {
"Part": 0
},
"offset_header": 0,
"offset_body": 46,
"offset_end": 51
}