ietf-smtp
[Top] [All Lists]

Re: compressed content-transfer-encoding?

1999-07-28 13:08:29
aarrgh.  SMTP is already complex enough.  the last thing I want to see
is more complex MTAs adding more failure cases.


I was thinking in terms of an ESMTP extension.   In any event, by your own
admission, doing it as a MIME type would break a lot of software at the end
points.  At least this way it is only attempted between mutually consenting
MTA's and is transparent to the end users.

an MTA that transparently corrupts your mail isn't necessarily a good thing.

note also that compression algorithms tend to be specific to particular
kinds of content - what works well with text or object code typically
doesn't work well with images, audio, or video.

I prefer to characterize it this way: There are type-specific compressions,
which tend to be built into the media types they are appropriate for and which
also may not yield the same output as input, and type-independent compressions,
which tend to be applied on top of rather than inside of media types and which
always yield the same output as input.

We're only talking about the latter sort of compression here. Use of the former
is a solved problem, and hence a red herring in this context.

                                Ned