From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53810 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: Ist multipart/mixed really correct? Date: Sun, 24 Aug 2003 22:38:39 +0200 Organization: http://purl.org/harder/ Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1061757713 2533 80.91.224.253 (24 Aug 2003 20:41:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 24 Aug 2003 20:41:53 +0000 (UTC) Original-X-From: ding-owner+M2350@lists.math.uh.edu Sun Aug 24 22:41:51 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19r1gN-0004Fg-00 for ; Sun, 24 Aug 2003 22:41:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19r1fw-0003hS-00; Sun, 24 Aug 2003 15:41:24 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19r1fr-0003hN-00 for ding@lists.math.uh.edu; Sun, 24 Aug 2003 15:41:20 -0500 Original-Received: (qmail 93077 invoked by alias); 24 Aug 2003 20:41:19 -0000 Original-Received: (qmail 93072 invoked from network); 24 Aug 2003 20:41:19 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 24 Aug 2003 20:41:19 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19r1l4-0005K6-00 for ; Sun, 24 Aug 2003 22:46:42 +0200 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 26 Original-NNTP-Posting-Host: 0xc3f952b1.esnxr1.ras.tele.dk Original-X-Trace: quimby.gnus.org 1061758002 20465 195.249.82.177 (24 Aug 2003 20:46:42 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 24 Aug 2003 20:46:42 GMT X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r;> sigurd@12move.de (Karl Pflästerer) writes: > >>> Gnus declares the posting as multipart/mixed but according to rfc 2046 >>> multipart/parallel seems to be the correct alternative. WDYT? > > I you have a posting with different charcter encodings which can't > be unified you get multipart/mixed. I don't think multipart/parallel is the correct type for this circumstance. RFC 2046 says: ,---- | In particular, in a parallel entity, the order of body parts is | not significant. | | A common presentation of this type is to display all of the parts | simultaneously on hardware and software that are capable of doing | so. `---- Clearly, the order of the parts _is_ significant in this case. We wouldn't want all of the parts to be popped up in different windows as the RFC suggests is a common way of representing multipart/alternative.