From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37419 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: MML multipart tag -- what does it do? Date: Fri, 03 Aug 2001 10:52:33 -0700 Message-ID: <2nr8utf2u6.fsf@piglet.jia.vnet> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035172838 13795 80.91.224.250 (21 Oct 2002 04:00:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:00:38 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 23693 invoked from network); 3 Aug 2001 17:55:19 -0000 Original-Received: from unknown (HELO zsh.2y.net) (131.241.79.83) by gnus.org with SMTP; 3 Aug 2001 17:55:19 -0000 Original-Received: (from zsh@localhost) by zsh.2y.net (8.11.2/8.11.2) id f73HqXh21010; Fri, 3 Aug 2001 10:52:33 -0700 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Fri, 03 Aug 2001 18:44:35 +0200") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.105 Original-Lines: 25 Xref: main.gmane.org gmane.emacs.gnus.general:37419 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37419 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: > I think the MML multipart tag needs some more explanation. At least > to me it's not quite clear what it does. > > Okay, the examples in the emacs-mime info file are fairly clear. But > what they leave open to interpretation: suppose I compose a message, > and the very first line of the body is a multipart tag, followed by a > couple of part tags. > > What does the whole message look like that comes out? > > You see, if I just put several part tags in the body, then I get a > multipart/mixed message, so maybe the same thing happens with a > multipart tag. > > I kinda suspect that under some circumstances the top-level MML tag > will become the Content-Type of the whole message, whereas under some > circumstances the Content-Type of the whole message will me > multipart/mixed with the MML tags given as `children' of that. If there are more than one top-level (implicit or explicit) parts in the message, you will get a multipart/mixed Content-Type. ShengHuo