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

--1
Content-Type: text/plain

hello, world
--1

---- EXPECTED STRUCTURE ----
{
  "headers": {
    "values": {
      "content_type": {
        "ContentType": {
          "c_type": "multipart",
          "c_subtype": "mixed",
          "attributes": {
            "boundary": "1"
          }
        }
      }
    },
    "offsets": [
      {
        "name": {
          "Rfc": "content_type"
        },
        "start": 13,
        "end": 44
      }
    ]
  },
  "html_body": [
    0
  ],
  "text_body": [
    0
  ],
  "parts": [
    {
      "Text": {
        "headers": {
          "values": {
            "content_type": {
              "ContentType": {
                "c_type": "text",
                "c_subtype": "plain"
              }
            }
          },
          "offsets": [
            {
              "name": {
                "Rfc": "content_type"
              },
              "start": 62,
              "end": 74
            }
          ]
        },
        "contents": "hello, world",
        "is_html": false
      }
    }
  ],
  "structure": {
    "Part": 0
  },
  "offset_header": 0,
  "offset_body": 45,
  "offset_end": 92
}