Re: Content-Transfer-Encoding "packet"

I became a convert to the 'boundary' method for delimiting otherwise
unbounded data, as is done with multipart/* messages. E.g.,

content-transfer-encoding: bounded-binary; boundary="xxxxxx"

would signal that the actual data started with

--xxxxxx

and ended with

--xxxxxx--

This is simple for both the sender and recipient; the packetized
encodings seem messy. I'd worry that we'd need an
'accept-transfer-encoding' to allow negotiation of CTE, though.

Received on Monday, 24 July 1995 22:01:52 UTC