Re: [MORG] SPECIAL-USE + LIST-EXTENDED

Alexey Melnikov <alexey.melnikov@isode.com> Wed, 04 January 2012 15:35 UTC

Return-Path: <alexey.melnikov@isode.com>
X-Original-To: morg@ietfa.amsl.com
Delivered-To: morg@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7929221F8746 for <morg@ietfa.amsl.com>; Wed, 4 Jan 2012 07:35:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.249
X-Spam-Level:
X-Spam-Status: No, score=-102.249 tagged_above=-999 required=5 tests=[AWL=0.350, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id a76vtfYxKz3w for <morg@ietfa.amsl.com>; Wed, 4 Jan 2012 07:35:45 -0800 (PST)
Received: from rufus.isode.com (cl-125.lon-03.gb.sixxs.net [IPv6:2a00:14f0:e000:7c::2]) by ietfa.amsl.com (Postfix) with ESMTP id 8C7FA21F871B for <morg@ietf.org>; Wed, 4 Jan 2012 07:35:45 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1325691343; d=isode.com; s=selector; i=@isode.com; bh=r+DoCcFkKDBlywnvgFbHNqigGalX1yU+RBtfYTCJ3ek=; h=From:Sender:Reply-To:Subject:Date:Message-ID:To:Cc:MIME-Version: In-Reply-To:References:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description; b=GsOvZ1w5u0eqZIwAGKioblosrehi4bNtvH3PJ7f334/9RyXponYeoAW1PpB6gC2sO+1C41 tslWxm3lmDGWEDS5NOrtt1ZGUZjM8IG/u4twynq4baRWGB8KqQtCq+l5JskZlPQRgaFM+i HyFoH+kN03Cal1FEIluXVUo/6MNPWRM=;
Received: from [172.16.1.29] (shiny.isode.com [62.3.217.250]) by rufus.isode.com (submission channel) via TCP with ESMTPSA id <TwRxzQBr13oN@rufus.isode.com>; Wed, 4 Jan 2012 15:35:42 +0000
Message-ID: <4F0471D1.7040808@isode.com>
Date: Wed, 04 Jan 2012 15:35:45 +0000
From: Alexey Melnikov <alexey.melnikov@isode.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:8.0) Gecko/20111105 Thunderbird/8.0
To: Timo Sirainen <tss@iki.fi>
References: <1325681401.6987.78.camel@innu>
In-Reply-To: <1325681401.6987.78.camel@innu>
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Cc: morg@ietf.org
Subject: Re: [MORG] SPECIAL-USE + LIST-EXTENDED
X-BeenThere: morg@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Messaging Organization <morg.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/morg>, <mailto:morg-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/morg>
List-Post: <mailto:morg@ietf.org>
List-Help: <mailto:morg-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/morg>, <mailto:morg-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Jan 2012 15:35:46 -0000

Hi Timo,

On 04/01/2012 12:50, Timo Sirainen wrote:
> If we have a \Sent special-use mailbox:
>
> a list (special-use) "" * return (special-use)
> * LIST (\Sent) "/" "INBOX/Sent"
> a OK List completed.
>
> And we use RECURSIVEMATCH option, the result should be:
>
> b list (special-use recursivematch) "" % return (special-use)
> * LIST () "/" INBOX ("CHILDINFO" ("SPECIAL-USE"))
> b OK List completed.
>
> Right? This isn't explicitly mentioned in special-use RFC, but I guess
> that's how RFC 5258 intended it to work.
Yes, I think you are correct.