Content-Type: multipart/mixed; boundary="1"

--1
Content-Type: text/plain

hello, world
--1

---- EXPECTED STRUCTURE ----{
  "html_body": [
    1
  ],
  "text_body": [
    1
  ],
  "attachments": [],
  "parts": [
    {
      "headers_rfc": {
        "content_type": {
          "ContentType": {
            "c_type": "multipart",
            "c_subtype": "mixed",
            "attributes": {
              "boundary": "1"
            }
          }
        }
      },
      "headers_raw": [
        [
          {
            "Rfc": "content_type"
          },
          {
            "start": 13,
            "end": 44
          }
        ]
      ],
      "is_encoding_problem": false,
      "body": {
        "Multipart": [
          1
        ]
      },
      "offset_header": 0,
      "offset_body": 45,
      "offset_end": 92
    },
    {
      "headers_rfc": {
        "content_type": {
          "ContentType": {
            "c_type": "text",
            "c_subtype": "plain",
            "attributes": null
          }
        }
      },
      "headers_raw": [
        [
          {
            "Rfc": "content_type"
          },
          {
            "start": 62,
            "end": 74
          }
        ]
      ],
      "is_encoding_problem": false,
      "body": {
        "Text": "hello, world"
      },
      "offset_header": 49,
      "offset_body": 75,
      "offset_end": 88
    }
  ]
}