Re: questions on QP, non-text attachments and munpack
Ned Freed <NED@innosoft.com> Thu, 15 February 1996 16:49 UTC
Received: from ietf.cnri.reston.va.us by IETF.CNRI.Reston.VA.US id aa22787;
15 Feb 96 11:49 EST
Received: from CNRI.Reston.VA.US by IETF.CNRI.Reston.VA.US id aa22783;
15 Feb 96 11:49 EST
Received: from list.cren.net by CNRI.Reston.VA.US id aa06583;
15 Feb 96 11:49 EST
Received: from localhost (localhost [127.0.0.1]) by list.cren.net
(8.6.12/8.6.12) with SMTP id LAA18141; Thu, 15 Feb 1996 11:24:38 -0500
Received: from THOR.INNOSOFT.COM (THOR.INNOSOFT.COM [192.160.253.66]) by
list.cren.net (8.6.12/8.6.12) with ESMTP id LAA17975 for
<ietf-822@list.cren.net>; Thu, 15 Feb 1996 11:23:51 -0500
Received: from INNOSOFT.COM by INNOSOFT.COM (PMDF V5.0-6 #2001)
id <01I18GTS5RO09QUZHZ@INNOSOFT.COM>; Thu, 15 Feb 1996 08:22:14 -0800 (PST)
Message-Id: <01I18HROUJMQ9QUZHZ@INNOSOFT.COM>
Date: Thu, 15 Feb 1996 08:18:24 -0800 (PST)
X-Orig-Sender: owner-ietf-822@list.cren.net
Sender: ietf-archive-request@IETF.CNRI.Reston.VA.US
From: Ned Freed <NED@innosoft.com>
To: Keith Moore <moore@cs.utk.edu>
Cc: hansen@pegasus.att.com, jgm+@cmu.edu, ietf-822@list.cren.net,
moore@cs.utk.edu
Subject: Re: questions on QP, non-text attachments and munpack
In-Reply-To: "Your message dated Thu, 15 Feb 1996 01:35:06 -0500"
<199602150635.BAA05832@wilma.cs.utk.edu>
References: <9602140606.AA22293@ig4.att.att.com>
MIME-version: 1.0
Content-type: TEXT/PLAIN; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT
X-Listprocessor-Version: 8.0(beta) -- ListProcessor by CREN
> > Yes, all text/* objects are by the spec textual. And non-text/* objects may
> > be either textual or non-textual.
> Are there any non-{text,message,multipart}/* objects that require that
> CRLF be mapped to and from the local newline convetion?
> Reading the IANA list, I didn't see any, but I'm not familar with all of
> them. Some of them (e.g. application/pdf) appear to be tolerant of
> changes to the newline convention, while others (application/PostScript)
> may be intolerant of such changes, depending on the content. But I don't
> know of any which *require* CRLF->local-convention to be usable.
> If this is the case, the "do CRLF->local conversion only for text/*"
> would seem to be the right heuristic.
For what it's worth, this is the approach I use. However, my life is further
complicated by the fact that newline conversion is far from the only
local-convention in some of the environments I support. In particular, I have
to allow for the testing and setting of fairly complex file attributes based on
file type, along with some fairly peculiar format conversions.
The net result is that I have a table that specifies all of this stuff. And
while at present there are no exceptions based on newline conversion in there,
there are a bunch of others having to do with various other sorts of
conversions I have to do.
Ned
- questions on QP, non-text attachments and munpack hansen
- Re: questions on QP, non-text attachments and mun… Jamie Zawinski
- Re: questions on QP, non-text attachments and mun… Ned Freed
- Re: questions on QP, non-text attachments and mun… Jamie Zawinski
- Re: questions on QP, non-text attachments and mun… hansen
- Re: questions on QP, non-text attachments and mun… hansen
- Re: questions on QP, non-text attachments and mun… Ned Freed
- Re: questions on QP, non-text attachments and mun… John Gardiner Myers
- Re: questions on QP, non-text attachments and mun… John Gardiner Myers
- Re: questions on QP, non-text attachments and mun… hansen
- Re: questions on QP, non-text attachments and mun… hansen
- Re: questions on QP, non-text attachments and mun… Ned Freed
- Re: questions on QP, non-text attachments and mun… Keith Moore
- Re: questions on QP, non-text attachments and mun… Ned Freed