From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31179 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: posting to Exchange Public Folders from nnimap? Date: 23 May 2000 13:00:39 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035167622 12599 80.91.224.250 (21 Oct 2002 02:33:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:33:42 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by mailhost.sclp.com (Postfix) with ESMTP id 965F4D051F for ; Tue, 23 May 2000 07:01:26 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id GAB18645; Tue, 23 May 2000 06:01:09 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 23 May 2000 06:00:36 -0500 (CDT) 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 GAA04885 for ; Tue, 23 May 2000 06:00:26 -0500 (CDT) Original-Received: from badis.pdc.kth.se (badis.pdc.kth.se [130.237.221.45]) by mailhost.sclp.com (Postfix) with ESMTP id 0CA2DD051F for ; Tue, 23 May 2000 07:00:48 -0400 (EDT) Original-Received: (from jas@localhost) by badis.pdc.kth.se (8.10.0/8.10.0) id e4NB0fd30137; Tue, 23 May 2000 13:00:41 +0200 Original-To: Steinar Bang In-Reply-To: Steinar Bang's message of "23 May 2000 11:28:14 +0200" Original-Lines: 28 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.6 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31179 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31179 Steinar Bang writes: > Newsgroups: nnimap+somemachine.no:Public Folders/Test ... > > But with this I ran into the problem that message-mode took this to be > the two groups > Newsgroups: nnimap+somemachine.no:Public,Folders/Test > when attempting to post. `message-cleanup-headers' translate SPC into `,' for you. I guess the proper way would be to add a new header and a new method of posting in message.el. So we can "submit" messages with mail, news and imap. The simple solution would be to make the translation in `m-c-headers' conditional somehow. > Is it possible to encode the spaces of Exchange server folder names > when posting? Do this have to be in UTF-7? Hm... how does one hand > code UTF-7 for testing? Doesn't matter, as the name would be imap-UTF7 encoded by imap.el. You can use (utf7-encode "whatever" 'imap) to play with the UTF7-coding. (Do anyone know if the Unicode support in Emacs deal with UTF8 or UTF7?)