RFC Errata
RFC 2557, "MIME Encapsulation of Aggregate Documents, such as HTML (MHTML)", March 1999
Source of RFC: mhtml (app)See Also: RFC 2557 w/ inline errata
Errata ID: 645
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Bruce Lilly
Date Reported: 2002-01-21
Section 9.2 says:
Content-Type: multipart/related; boundary="boundary-example"; type="text/html"; start="<foo3@foo1@bar.net>" --boundary-example Content-Type: text/html;charset="US-ASCII" Content-ID: <foo3@foo1@bar.net>
It should say:
Content-Type: multipart/related; boundary="boundary-example"; type="text/html"; start="<foo3.foo1@bar.net>" --boundary-example Content-Type: text/html;charset="US-ASCII" Content-ID: <foo3.foo1@bar.net>
Notes: