Content-Type: message/rfc822

Content-Type: message/rfc822

Content-Type: text/plain

1

---- EXPECTED STRUCTURE ----
{
  "header": {
    "content_type": {
      "c_type": "message",
      "c_subtype": "rfc822"
    }
  },
  "attachments": [
    {
      "Message": {
        "header": {
          "content_type": {
            "c_type": "message",
            "c_subtype": "rfc822"
          }
        },
        "attachments": [
          {
            "Message": {
              "header": {
                "content_type": {
                  "c_type": "text",
                  "c_subtype": "plain"
                }
              },
              "html_body": [
                {
                  "contents": "<html><body>1<br/></body></html>"
                }
              ],
              "text_body": [
                {
                  "contents": "1\n"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}