From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21213 Path: main.gmane.org!not-for-mail From: Bruce Stephens Newsgroups: gmane.emacs.gnus.general Subject: MIME stuff Date: 15 Feb 1999 19:03:08 +0000 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035159361 21842 80.91.224.250 (21 Oct 2002 00:16:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:16:01 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA12305 for ; Mon, 15 Feb 1999 14:05:20 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAB15240; Mon, 15 Feb 1999 13:04:17 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 15 Feb 1999 13:04:29 -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 NAA26138 for ; Mon, 15 Feb 1999 13:04:19 -0600 (CST) Original-Received: from post.mail.demon.net (post-11.mail.demon.net [194.217.242.40]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA12290 for ; Mon, 15 Feb 1999 14:04:11 -0500 (EST) Original-Received: from [193.237.0.193] (helo=cenderis.demon.co.uk) by post.mail.demon.net with esmtp (Exim 2.10 #2) id 10CTJ5-00050I-00 for ding@gnus.org; Mon, 15 Feb 1999 19:03:48 +0000 Original-Received: (from bruce@localhost) by cenderis.demon.co.uk (8.8.7/8.8.7) id TAA01170; Mon, 15 Feb 1999 19:03:09 GMT Original-To: ding@gnus.org In-Reply-To: Hallvard B Furuseth's message of "15 Feb 1999 03:19:15 +0100" Original-Lines: 22 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:21213 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:21213 The MIME stuff still needs more documentation, I think. I have a couple of questions. How do I get buttons for parts that are displayed inline? Specifically, I often get patches sent as text/plain parts, which I'm happy to have displayed inline, but I'd like a button so I can save them easily. How do I set things up so that message/external-body works sensibly? For example, today I received a message with a message/external-body (LOCAL-FILE), and the target was a Content-type: text/html. Gnus can display text/html reasonably well, but clicking on the button didn't do anything useful. Also, when I edited the message and saved it again (and the MIME->MML and MML->MIME stuff is very cool, BTW), everything worked OK except that the bodypart of the message/external-body (containing the Content-type and Content-ID) was base64 encoded, which is specifically disallowed by rfc2046, so I suspect a bug in the MML processing, or at least a poor default (by default, it ought to produce 7bit, even though I can't imagine MUAs failing to cope with base64 in this context).