Is there such a thing as a generic MIME type for a MIME entity? A MIME entity would be something that consists of a header section, followed by a blank line, followed by a body section (with CRLF line endings) according to RFC 2045/2046.
An example could be the following:
Header1: Some list
Header2: of headers
Arbitrary body content
In other words, is there a MIME "supertype" for things such as message/rfc822, a single multipart-part, etc.?