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

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

--a
Content-Type: text/plain

body

---- EXPECTED STRUCTURE ----
{
  "headers": {
    "content_type": {
      "ContentType": {
        "c_type": "multipart",
        "c_subtype": "mixed",
        "attributes": {
          "boundary": "a"
        }
      }
    }
  },
  "attachments": [
    {
      "Text": {
        "headers": {
          "content_type": {
            "ContentType": {
              "c_type": "text",
              "c_subtype": "plain"
            }
          }
        },
        "contents": "body\n"
      }
    }
  ]
}