Re: [MORG] I-D Action:draft-ietf-morg-list-specialuse-03.txt

Dan Karp <dkarp@zimbra.com> Tue, 16 November 2010 16:30 UTC

Return-Path: <dkarp@zimbra.com>
X-Original-To: morg@core3.amsl.com
Delivered-To: morg@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 7A22E3A6DBF for <morg@core3.amsl.com>; Tue, 16 Nov 2010 08:30:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level:
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ryl10JNGEgJb for <morg@core3.amsl.com>; Tue, 16 Nov 2010 08:30:38 -0800 (PST)
Received: from mta02.zimbra.com (mta02.zimbra.com [205.140.197.62]) by core3.amsl.com (Postfix) with ESMTP id C12843A6DBD for <morg@ietf.org>; Tue, 16 Nov 2010 08:30:38 -0800 (PST)
Received: from localhost (localhost.localdomain [127.0.0.1]) by mta02.zimbra.com (Postfix) with ESMTP id B215CC787E2; Tue, 16 Nov 2010 08:31:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at zimbra.com
Received: from mta02.zimbra.com ([127.0.0.1]) by localhost (mta02.zimbra.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id o4LCglsvICoe; Tue, 16 Nov 2010 08:31:22 -0800 (PST)
Received: from dogfood.zimbra.com (dogfood.zimbra.com [10.113.63.59]) by mta02.zimbra.com (Postfix) with ESMTP id 28007C787E0; Tue, 16 Nov 2010 08:31:22 -0800 (PST)
Date: Tue, 16 Nov 2010 08:31:22 -0800
From: Dan Karp <dkarp@zimbra.com>
To: Timo Sirainen <tss@iki.fi>
Message-ID: <1072815936.933.1289925082040.JavaMail.root@dogfood.zimbra.com>
In-Reply-To: <1289924107.1764.176.camel@kurkku.sapo.corppt.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
X-Mailer: Zimbra 7.0.0_BETA3_2962 (ZimbraWebClient - SAF3 (Mac)/7.0.0_BETA3_2962)
Cc: morg@ietf.org, Barry Leiba <barryleiba@computer.org>
Subject: Re: [MORG] I-D Action:draft-ietf-morg-list-specialuse-03.txt
X-BeenThere: morg@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Messaging Organization <morg.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/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: Tue, 16 Nov 2010 16:30:40 -0000

> Also maybe this example should use "*" instead of "%":
> 
> C: t3 LIST (SPECIAL-USE) "" "%"
> S: * LIST (\Sent) "/" SentMail
> S: * LIST (\Marked \Drafts) "/" MyDrafts
> S: * LIST (\Trash) "/" Trash
> S: t3 OK done
> 
> And a small note that it's not required that the special-use mailboxes
> exist on root level (especially when server uses e.g. INBOX/ namespace
> prefix), and with "*" it's guaranteed to return all of them.

Along those lines, it might be good to have a RECURSIVEMATCH example in
the document.  Especially one that demonstrates multiple selection
criteria (e.g. "LIST (RECURSIVEMATCH SELECTED SPECIAL-USE) ...") and
a CHILDINFO extended data item.