Re: questions on QP, non-text attachments and munpack
Jamie Zawinski <jwz@netscape.com> Fri, 09 February 1996 03:44 UTC
Received: from ietf.nri.reston.va.us by IETF.CNRI.Reston.VA.US id aa00637;
8 Feb 96 22:44 EST
Received: from CNRI.Reston.VA.US by IETF.CNRI.Reston.VA.US id aa00633;
8 Feb 96 22:44 EST
Received: from list.cren.net by CNRI.Reston.VA.US id aa18429;
8 Feb 96 22:44 EST
Received: from localhost (localhost [127.0.0.1]) by list.cren.net
(8.6.12/8.6.12) with SMTP id VAA01322; Thu, 8 Feb 1996 21:57:07 -0500
Received: from urchin.netscape.com (unknown.netscape.com [198.95.250.59]) by
list.cren.net (8.6.12/8.6.12) with ESMTP id VAA01298 for
<ietf-822@list.cren.net>; Thu, 8 Feb 1996 21:55:55 -0500
Received: from gruntle (gruntle.mcom.com [205.217.230.10]) by
urchin.netscape.com (8.6.12/8.6.9) with SMTP id SAA06656;
Thu, 8 Feb 1996 18:54:42 -0800
Message-Id: <311AB76E.5555D8C6@netscape.com>
Date: Thu, 08 Feb 1996 18:54:39 -0800
X-Orig-Sender: owner-ietf-822@list.cren.net
Sender: ietf-archive-request@IETF.CNRI.Reston.VA.US
From: Jamie Zawinski <jwz@netscape.com>
To: hansen@pegasus.att.com
Cc: ietf-822@list.cren.net
Subject: Re: questions on QP, non-text attachments and munpack
References: <9602081358.AA07818@ig4.att.att.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Sender: jwz@netscape.com
X-Mailer: Mozilla 2.1a0 (X11; U; Linux 1.2.13 i586)
X-Listprocessor-Version: 8.0(beta) -- ListProcessor by CREN
hansen@pegasus.att.com wrote: > > o Is my mailer correct in believing that it should be able to use QP > for non-text attachments? After all, QP IS supposed to just be an > encoding. > > o Is munpack wrong in stripping CR's when dealing with non-text > attachments? I believe the answers are "no" and "yes". It's true that QP is "just" an encoding, but it's an encoding for line-based data, which implies that the data should be CRLF while on the wire, but may be converted to the local newline convention when decoded. Base64 doesn't include this implication. So for non-line-baseddata, you need to use Base64. -- Jamie Zawinski jwz@netscape.com http://www.netscape.com/people/jwz/ ``A signature isn't a return address, it is the ASCII equivalent of a black velvet clown painting; it's a rectangle of carets surrounding a quote from a literary giant of weeniedom like Heinlein or Dr. Who.'' -- Chris Maeda
- 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