Re: MIME implementation documentation

Rens Troost <rens@name.net> Fri, 16 August 1996 18:06 UTC

Received: from ietf.org by ietf.org id aa24667; 16 Aug 96 14:06 EDT
Received: from cnri by ietf.org id aa24663; 16 Aug 96 14:06 EDT
Received: from list.cren.net by CNRI.Reston.VA.US id aa11420; 16 Aug 96 14:06 EDT
Received: from localhost (localhost [127.0.0.1]) by list.cren.net (8.6.12/8.6.12) with SMTP id NAA13546; Fri, 16 Aug 1996 13:56:34 -0400
Received: from name.net (NS.NAME.NET [204.50.44.10]) by list.cren.net (8.6.12/8.6.12) with ESMTP id NAA13527 for <ietf-822@list.cren.net>; Fri, 16 Aug 1996 13:56:14 -0400
Received: from engine.name.net (engine.name.net [204.50.44.14]) by name.net (8.6.12/8.6.12) with ESMTP id NAA12278; Fri, 16 Aug 1996 13:56:08 -0400
Received: from localhost.name.net (localhost.name.net [127.0.0.1]) by engine.name.net (8.6.12/8.6.12) with SMTP id NAA14361; Fri, 16 Aug 1996 13:56:08 -0400
Message-Id: <199608161756.NAA14361@engine.name.net>
Date: Fri, 16 Aug 1996 13:56:07 -0400
X-Orig-Sender: owner-ietf-822@list.cren.net
Precedence: bulk
Sender: ietf-archive-request@ietf.org
From: Rens Troost <rens@name.net>
To: John C Klensin <klensin@mail1.reston.mci.net>
Cc: Pete Resnick <presnick@qualcomm.com>, Dave Crocker <dcrocker@brandenburg.com>, Ned Freed <Ned.Freed@innosoft.com>, ietf-822@list.cren.net, Harald.T.Alvestrand@uninett.no
Subject: Re: MIME implementation documentation
In-Reply-To: Your message of "Fri, 16 Aug 1996 13:38:23 EDT." <SIMEON.9608161323.A@muahost.mail1.reston.mci.net>
X-Authentication-Warning: engine.name.net: Host localhost.name.net didn't use HELO protocol
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN

> 
> Note that we can't appeal to HTTP for validation of any of the 
> multipart formats -- they quite aggressively don't use them.

I run multipart over HTTP regularly for some HTTP/based remote file
processing systems. I also deployed multipart/mixed over HTTP as part
of a kiosk application that actually ran in stores all over canada.
In addition, a hack called multipart/x-mixed-replace was used for
early animation work by netscape. 

But alas, I've never seen a multipart/alternative in this context.

-Rens