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

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

--a----
Content-Type: text/plain

body
--a------
Content-Type: text/html

body2
--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": 46
    }
  ],
  "html_body": [
    1
  ],
  "text_body": [
    1
  ],
  "parts": [
    {
      "Multipart": {
        "content_type": {
          "ContentType": {
            "c_type": "multipart",
            "c_subtype": "mixed",
            "attributes": {
              "boundary": "a----"
            }
          }
        }
      }
    },
    {
      "Text": {
        "headers": {
          "content_type": {
            "ContentType": {
              "c_type": "text",
              "c_subtype": "plain"
            }
          }
        },
        "body": "body"
      }
    }
  ],
  "structure": {
    "MultiPart": [
      0,
      [
        {
          "Part": 1
        }
      ]
    ]
  },
  "offset_header": 0,
  "offset_body": 47,
  "offset_end": 189
}