Re: Worried about MUA's and multipart/*
Harald.T.Alvestrand@uninett.no Thu, 12 September 1996 04:55 UTC
Received: from ietf.org by ietf.org id aa16990; 12 Sep 96 0:55 EDT
Received: from cnri by ietf.org id aa16986; 12 Sep 96 0:55 EDT
Received: from list.cren.net by CNRI.Reston.VA.US id aa01656;
12 Sep 96 0:55 EDT
Received: from localhost (localhost [127.0.0.1]) by list.cren.net
(8.6.12/8.6.12) with SMTP id AAA04787; Thu, 12 Sep 1996 00:47:58 -0400
Received: from aun.uninett.no (aun.uninett.no [129.241.1.99]) by list.cren.net
(8.6.12/8.6.12) with SMTP id AAA04637 for <ietf-822@list.cren.net>;
Thu, 12 Sep 1996 00:46:50 -0400
Received: from dale.uninett.no (actually trhm7.or.uninett.no) by
aun.uninett.no with SMTP (PP); Thu, 12 Sep 1996 06:46:24 +0200
Received: from dale.uninett.no (localhost [127.0.0.1])
by dale.uninett.no (8.6.9/8.6.12) with ESMTP id XAA05276;
Wed, 11 Sep 1996 23:35:03 +0200
Message-Id: <5274.842477703@dale.uninett.no>
Date: Wed, 11 Sep 1996 23:35:03 +0200
X-Orig-Sender: owner-ietf-822@list.cren.net
Precedence: bulk
Sender: ietf-archive-request@ietf.org
From: Harald.T.Alvestrand@uninett.no
To: Laurence Lundblade <lgl@qualcomm.com>
Cc: ietf-822@list.cren.net, smime-dev@rsa.com
Subject: Re: Worried about MUA's and multipart/*
In-Reply-To: Your message of "Tue, 10 Sep 1996 09:16:13 PDT."
<v0301030dae5b3d1cd6df@[129.46.166.231]>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <5272.842477703.1@dale.uninett.no>
X-Sender: hta@dale.uninett.no
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Laurence,
I think this is the fault of early implementations rather than of
MIME itself; I note the example from RFC 1343, the original
.mailcap file format:
Thus, if the message has a
Content-type line of:
Content-type: multipart/mixed; boundary=42
and the mailcap file has a line of:
multipart/*; /usr/local/bin/showmulti
%t %{boundary}
then the equivalent of the following command should be
executed:
/usr/local/bin/showmulti multipart/mixed 42
MH is a pain to configure for multipart processing (or I haven't
found the magic bullet yet....), but I don't think that's a general
thing across all implementations.
I don't think this is part of the MIME spec, or any standards-track
thingummybob, but we might want to think of writing a "MIME style guide",
kind of "RFC 1343 revisited", that could say things like:
- Some MIME things need to chew whole multiparts
- Parsing of some MIME objects give other MIME objects; be prepared
for recursive invocation or "here's it coming back"
- Why you shouldn't use spaces in boundaries even if it is allowed
I'm sure the list is endless, but some list may be better than no list.
Volunteers?
Harald A
- Re: Worried about MUA's and multipart/* Larry Masinter
- Re: Worried about MUA's and multipart/* Harald.T.Alvestrand