Content-Type: message/rfc822

Content-Type: message/rfc822

Content-Type: text/plain

1

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