From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/39301 Path: main.gmane.org!not-for-mail From: Nicolas KOWALSKI Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap subfolder problem Date: Tue, 16 Oct 2001 15:59:00 +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 1035175029 27147 80.91.224.250 (21 Oct 2002 04:37:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:37:09 +0000 (UTC) Return-Path: Original-Received: (qmail 13073 invoked from network); 16 Oct 2001 13:59:46 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 16 Oct 2001 13:59:46 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 15tUkY-0007zp-00; Tue, 16 Oct 2001 08:59:18 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 16 Oct 2001 08:58:56 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id IAA26583 for ; Tue, 16 Oct 2001 08:58:45 -0500 (CDT) Original-Received: (qmail 13067 invoked by alias); 16 Oct 2001 13:59:02 -0000 Original-Received: (qmail 13062 invoked from network); 16 Oct 2001 13:59:02 -0000 Original-Received: from imag.imag.fr (129.88.30.1) by gnus.org with SMTP; 16 Oct 2001 13:59:02 -0000 Original-Received: from ormelune.imag.fr (ormelune.imag.fr [129.88.43.35]) by imag.imag.fr (8.11.6/8.11.6) with ESMTP id f9GDx1x08623 for ; Tue, 16 Oct 2001 15:59:01 +0200 (MEST) Original-Received: from olan.imag.fr.imag.fr (olan [129.88.43.51]) by ormelune.imag.fr (8.9.1b+Sun/jtpda-5.3.3) with SMTP id PAA05145 for ; Tue, 16 Oct 2001 15:58:55 +0200 (MET DST) Original-To: ding@gnus.org X-Face: #v^9{p"~.e3TDs~r\ (Simon Josefsson's message of "Tue, 16 Oct 2001 15:32:05 +0200") Original-Lines: 34 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.1 (Capitol Reef) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:39301 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:39301 Simon Josefsson writes: > > But if you used the Cyrus IMAPD server, all your users would be > creating mailboxes containing `.' for hierarchies instead. :-) > Argh... :-). > My point is, the hierarchy delimiter is not agreed on, and with IMAP > it may even change between each hierarchy (you could e.g. have a > mailbox called foo.bar/baz#boo&apa and each of the characters could be > "real" hierarchy delimiters). No no. The RFC says : 5.1.1. Mailbox Hierarchy Naming If it is desired to export hierarchical mailbox names, mailbox names MUST be left-to-right hierarchical using a single character to separate levels of hierarchy. The same hierarchy separator character is used for all levels of hierarchy within a single name. > I'm not sure how this could be implemented, suggestions welcome. I also searched the RFC for something like "what's your delimiter ?", but it does not seem to be supported. Sigh. I will look forward. Thanks for your answers. Nicolas.