From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25411 Path: main.gmane.org!not-for-mail From: Toby Speight Newsgroups: gmane.emacs.gnus.general Subject: Re: GIF/jpeg attached as quoted-printable in MIME? Date: 27 Sep 1999 15:03:12 +0100 Organization: Citrix Systems (Cambridge) Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035162800 13822 80.91.224.250 (21 Oct 2002 01:13:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:13:20 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA02886 for ; Mon, 27 Sep 1999 10:04:49 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB24767; Mon, 27 Sep 1999 09:04:48 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 27 Sep 1999 09:05:14 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA17693 for ; Mon, 27 Sep 1999 09:05:04 -0500 (CDT) Original-Received: from gatekeeper.ctxuk.citrix.com (root@gatekeeper.ctxuk.citrix.com [195.153.38.114]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA02871 for ; Mon, 27 Sep 1999 10:03:03 -0400 (EDT) Original-Received: from sh.ctxuk.citrix.com (sh.ctxuk.citrix.com [10.30.224.4]) by gatekeeper.ctxuk.citrix.com (8.8.7/BSCF-1.7) with ESMTP id PAA15076; Mon, 27 Sep 1999 15:02:57 +0100 (BST) Original-Received: from hwmail01.ctxuk.citrix.com (hwmail01.ctxuk.citrix.com [10.30.224.23]) by sh.ctxuk.citrix.com (8.8.7/BSCF-1.7) with ESMTP id PAA22538; Mon, 27 Sep 1999 15:02:56 +0100 (BST) Original-Received: from lanber.cam.citrix.com (LANBER [10.70.1.235]) by hwmail01.ctxuk.citrix.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id T102T5VA; Mon, 27 Sep 1999 15:02:56 +0100 Original-To: The Gnus Mailing List Original-Lines: 27 In-Reply-To: "Johan Kullstam"'s message of "26 Sep 1999 17:46:17 -0400" X-Author-Info: Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25411 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25411 Johan> Johan Kullstam 0> In article , Johan wrote: Johan> the qp-or-base64 choser function has been bogus in 0.9[56]. in Johan> 0.96 it would choose quoted-printable for all long attachments. Johan> since the chooser should now be fixed, these kinds of image Johan> sent with quoted-printable problems should go away. I hope people haven't been put off by the chooser bugs in 0.96; I think that the principle is sound. There have been two recent patches to this, including one that eliminates the use of floating-point maths in the calculation. Johan> however, this doesn't mean we ought not fix quoted-printable in Johan> the first place. I have a concern about whether we do the Right Thing with newlines in quoted-printable. In text parts, newlines must also have carriage returns; the q-p body will have CRs too, so newlines need not be encoded. In non-text parts, newlines must not (in general) have CRs added - except those introduced by the QP-encoding. So "foo\nbar" in a non-text part should become "foo=0Abar" or "foo=0a=\nbar". Do we canonicalise text EOLs before applying the encoding? And do we encode naked LFs?