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

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

--a
Content-Type: text/plain

body

---- EXPECTED STRUCTURE ----{
  "headers_rfc": {
    "content_type": {
      "ContentType": {
        "c_type": "multipart",
        "c_subtype": "mixed",
        "attributes": {
          "boundary": "a"
        }
      }
    }
  },
  "html_body": [],
  "text_body": [],
  "attachments": [
    1
  ],
  "parts": [
    {
      "Multipart": {
        "headers_rfc": {
          "content_type": {
            "ContentType": {
              "c_type": "multipart",
              "c_subtype": "mixed",
              "attributes": {
                "boundary": "a"
              }
            }
          }
        }
      }
    },
    {
      "Text": {
        "headers_rfc": {
          "content_type": {
            "ContentType": {
              "c_type": "text",
              "c_subtype": "plain",
              "attributes": null
            }
          }
        },
        "is_encoding_problem": true,
        "body": "body\n"
      }
    }
  ],
  "structure": {
    "MultiPart": [
      0,
      [
        {
          "Part": 1
        }
      ]
    ]
  },
  "offset_header": 0,
  "offset_body": 45,
  "offset_end": 129
}