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

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

--ab
Content-Type: text/plain

--a


---- EXPECTED STRUCTURE ----
{
  "headers": {
    "values": {
      "content_type": {
        "ContentType": {
          "c_type": "multipart",
          "c_subtype": "mixed",
          "attributes": {
            "boundary": "ab"
          }
        }
      }
    },
    "offsets": [
      {
        "name": {
          "Rfc": "content_type"
        },
        "start": 13,
        "end": 45
      }
    ]
  },
  "html_body": [
    1
  ],
  "text_body": [
    1
  ],
  "parts": [
    {
      "Multipart": {
        "values": {
          "content_type": {
            "ContentType": {
              "c_type": "multipart",
              "c_subtype": "mixed",
              "attributes": {
                "boundary": "a"
              }
            }
          }
        },
        "offsets": [
          {
            "name": {
              "Rfc": "content_type"
            },
            "start": 64,
            "end": 95
          }
        ]
      }
    },
    {
      "Text": {
        "contents": "Content-Type: text/plain\n",
        "is_html": false
      }
    }
  ],
  "structure": {
    "MultiPart": [
      0,
      [
        {
          "Part": 1
        }
      ]
    ]
  },
  "offset_header": 0,
  "offset_body": 46,
  "offset_end": 132
}