-----Original Message----- From: David F. Skoll [mailto:[EMAIL PROTECTED] > On Thu, 3 Jun 2004, Damrose, Mark wrote: > > > Shouldn't this part have a "Content-Type: text/plain" header? > > Surprisingly, it's not required. According to RFC 2045: > > 5.2. Content-Type Defaults > > Default RFC 822 messages without a MIME Content-Type > header are taken > by this protocol to be plain text in the US-ASCII character set, > which can be explicitly specified as:
That section is referring to the headers of a non-MIME message - for backward compatability. We're discussing an entity of a multipart/mixed MIME message. However... doing a bit of looking around, I don't see any explicit way to deal with headers of an entity, but Appendix A of RFC 2049 has an example of a text entity with no headers at all, so I have to agree with your conclusion. I still think I'd recommend a content-type header under the "be conservative in what you send" principle. _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

