From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/20296 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 11:01:48 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <86zp7ldes3.fsf@kramer.bp.aventail.com> References: <86ww2qadw5.fsf@kramer.bp.aventail.com> Reply-To: wmperry@aventail.com NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035158612 16981 80.91.224.250 (21 Oct 2002 00:03:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:03:32 +0000 (UTC) Cc: Ding mailing list 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 LAA07884 for ; Thu, 14 Jan 1999 11:01:22 -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 KAB21253; Thu, 14 Jan 1999 10:00:48 -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 10:00:59 -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 KAA14374 for ; Thu, 14 Jan 1999 10:00:49 -0600 (CST) Original-Received: from slow.bp.aventail.com (usrpri2-23.kiva.net [206.97.75.88]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA07859 for ; Thu, 14 Jan 1999 11:00:38 -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 LAA02145; Thu, 14 Jan 1999 11:00:41 -0800 Original-Received: (from wmperry@localhost) by kramer.bp.aventail.com (8.8.5/8.8.5) id LAA23618; Thu, 14 Jan 1999 11:01:48 -0500 Original-To: jari.aalto@poboxes.com (Jari Aalto+list.ding) X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 * 1999-01-13 wmperry@aventail.com (William Perry) list.ding > | ...The fact that > | application/x-gzip64 is an abomination is a totally different problem. :) > > What is the proper MIME type for for base64 encoded gzip files ? > I've also seen plain "application/gzip" i assume one would need an appropriate content-transfer-encoding. Not a content-type for this. So you would have: Content-type: application/x-tar Content-transfer-encoding: x-base64-gzip [base64 gobbledygook] I don't know if such a beast exists or not. Or just have a content-type of application/octet-stream and a content-transfer-encoding of 'base64' and let the user figure it out. -Bill P.