From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/24575 Path: main.gmane.org!not-for-mail From: Jon K Hellan Newsgroups: gmane.emacs.gnus.general Subject: Re: Does Gnus UTF-7? Date: 02 Aug 1999 14:15:15 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <87zp0az8do.fsf@parus.itea.ntnu.no> References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035162117 9439 80.91.224.250 (21 Oct 2002 01:01:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:01:57 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id IAA26224 for ; Mon, 2 Aug 1999 08:15:36 -0400 (EDT) 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.3) with ESMTP id HAB07561; Mon, 2 Aug 1999 07:12:04 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 02 Aug 1999 07:12:40 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id HAA22933 for ; Mon, 2 Aug 1999 07:12:30 -0500 (CDT) Original-Received: from newman.itea.ntnu.no (newman.itea.ntnu.no [129.241.18.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id IAA26162 for ; Mon, 2 Aug 1999 08:09:54 -0400 (EDT) Original-Received: from parus.itea.ntnu.no (isdn-b140.itea.ntnu.no [129.241.54.140]) by newman.itea.ntnu.no (8.9.1/8.9.1) with ESMTP id NAA06961 for ; Mon, 2 Aug 1999 13:09:48 +0100 (WET DST) Original-Received: (from jk@localhost) by parus.itea.ntnu.no (8.9.3/8.9.3/Debian/GNU) id OAA00789; Mon, 2 Aug 1999 14:15:15 +0200 Original-To: ding@gnus.org In-Reply-To: andreas.koenig@anima.de's message of "Wed, 21 Jul 1999 10:13:25 GMT" Original-Lines: 26 X-Mailer: Gnus v5.5/Emacs 20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:24575 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:24575 andreas.koenig@anima.de (Andreas J. Koenig) writes: > I notice that I get more and more UTF-7 coded mails. For example with > such a header: > > X-Mailer: Mozilla 4.04 [en] (WinNT; I) > Mime-Version: 1.0 > Subject: =?x-UNICODE-2-0-UTF-7?B?QUdST0ItR2VsK08yUS1l?= > Content-Type: text/plain; charset=x-UNICODE-2-0-UTF-7 > Content-Transfer-Encoding: 7bit > > Is Gnus expected to convert them for me? > > IOW, is it a bug I have to track down when I actually see those ugly > +APwA3w- and +ANY- sequences or is UTF-7 support just not there? I recently implemented UTF-7 encoding/decoding. It is distributed with recent nnimap distributions ("http://www.extundo.com/nnimap/nnimap.tar.gz"). Code to interface with gnus is obviously not there. I did the shortcut of assuming a latin-1 environment, but it should be easy to extend to Unicode once that becomes available in Emacs. Jon