mime-flatten
Takes a stream with MIME headers and converts it to a stream that includes the original headers in the content. The resulting stream will have a content type of "message/rfc822".
Signature
mime-flatten(s:stream) -> stream |
Parameters
Name | Type | Description |
---|---|---|
s | stream | Specifies the input stream. |