From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/28334 Path: main.gmane.org!not-for-mail From: Florian Weimer Newsgroups: gmane.emacs.gnus.general Subject: Some MIME encoding changes Date: 18 Dec 1999 20:30:19 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <87wvqc3v3o.fsf@deneb.cygnus.argh.org> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035165202 29355 80.91.224.250 (21 Oct 2002 01:53:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:53:22 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by mailhost.sclp.com (Postfix) with ESMTP id 62434D051E for ; Sun, 19 Dec 1999 03:23:07 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.3/8.9.1) with ESMTP id CAB26330; Sun, 19 Dec 1999 02:19:32 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 19 Dec 1999 02:19:41 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id CAA10418 for ; Sun, 19 Dec 1999 02:19:31 -0600 (CST) Original-Received: from mail.cid.net (unknown [212.172.21.2]) by mailhost.sclp.com (Postfix) with ESMTP id 899D3D051E for ; Sun, 19 Dec 1999 03:19:11 -0500 (EST) Original-Received: from uucp by mail.cid.net (Exim 3.11) with local-bsmtp id 11zbYS-0005cj-00; Sun, 19 Dec 1999 09:19:00 +0100 Original-Received: from deneb.cygnus.argh.org ([192.168.1.2] ident=root) by cygnus.argh.org with esmtp (Exim 3.02 #1) id 11zPie-0000sC-00 for ding@gnus.org; Sat, 18 Dec 1999 20:40:44 +0100 Original-Received: from fw by deneb.cygnus.argh.org with local (Exim 3.02 #1) id 11zPYa-0007Lm-00 for ding@gnus.org; Sat, 18 Dec 1999 20:30:20 +0100 Original-To: ding@gnus.org Original-Lines: 16 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:28334 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:28334 1999-12-18 Florian Weimer * mml.el (mml-generate-multipart-alist): Correct default value. * mm-encode.el (mm-use-ultra-safe-encoding): New variable. (mm-safer-encoding): New function. (mm-content-transfer-encoding): Use both. * mm-bodies.el (mm-body-encoding): Use mm-use-ultra-safe-encoding. * qp.el (quoted-printable-encode-region): Dito. While these changes shouldn't affect anything unless `mm-use-ultra-safe-encoding' is touched, it might be possible that due to a coding error, some things might break. So be careful. ;) The modifications are required for proper RFC 2015 support.