From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/20288 Path: main.gmane.org!not-for-mail From: wmperry@aventail.com (William M. Perry) Newsgroups: gmane.emacs.gnus.general Subject: Re: OK, so how do I *use* MIME? Date: 14 Jan 1999 05:26:41 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <86hftuf8v2.fsf@kramer.bp.aventail.com> References: Reply-To: wmperry@aventail.com NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035158605 16940 80.91.224.250 (21 Oct 2002 00:03:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:03:25 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id FAA03000 for ; Thu, 14 Jan 1999 05:26:08 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id EAB12351; Thu, 14 Jan 1999 04:25:35 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 14 Jan 1999 04:25:46 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id EAA10743 for ; Thu, 14 Jan 1999 04:25:37 -0600 (CST) Original-Received: from slow.bp.aventail.com (usrpri2-45.kiva.net [206.97.75.110]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id FAA02993 for ; Thu, 14 Jan 1999 05:25:26 -0500 (EST) Original-Received: from kramer.bp.aventail.com (kramer.bp.aventail.com [192.168.2.2]) by slow.bp.aventail.com (8.8.5/8.8.5) with ESMTP id FAA01071; Thu, 14 Jan 1999 05:25:31 -0800 Original-Received: (from wmperry@localhost) by kramer.bp.aventail.com (8.8.5/8.8.5) id FAA01777; Thu, 14 Jan 1999 05:26:41 -0500 Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 Lars Magne Ingebrigtsen writes: > > > Well, aren't you kinda asking for double Content-Types, in a way? The > > thing you got (application/x-gzip, or something) can first be > > unpacked, and then the contents of that can be something else (say, > > text/plain or whatever). But there is no framework for doing that in > > MIME, and I think it would be a mistake to try to guess (or "guess") > > what the second-level (or third-level, etc) type of a part is. > > Right. But what if people send you application/x-gzip stuff? It > should at least be painlessly possible to gunzip it and save it to > disk. I would argue that it should just be saved with a '.gz' extension by default. That's what they _mailed_ you and explicitly marked the attachment as being a gzip file. You could | it to an external command if you really want to save it raw. Perhaps we need a way for per-content-type items in the popup menu? That'd be kind of handy in general. Could do the browse-url thing for text/html, etc. -Bill P.