[MORG] [Technical Errata Reported] RFC5819 (5725)

RFC Errata System <rfc-editor@rfc-editor.org> Mon, 20 May 2019 21:53 UTC

Return-Path: <wwwrun@rfc-editor.org>
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 A9CD51200B4 for <morg@ietfa.amsl.com>; Mon, 20 May 2019 14:53:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.199
X-Spam-Level:
X-Spam-Status: No, score=-4.199 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, WEIRD_QUOTING=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PUO8E-CBXZt2 for <morg@ietfa.amsl.com>; Mon, 20 May 2019 14:53:16 -0700 (PDT)
Received: from rfc-editor.org (rfc-editor.org [4.31.198.49]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 60D15120058 for <morg@ietf.org>; Mon, 20 May 2019 14:53:16 -0700 (PDT)
Received: by rfc-editor.org (Postfix, from userid 30) id C61B8B82D49; Mon, 20 May 2019 14:52:56 -0700 (PDT)
To: Alexey.Melnikov@isode.com, tss@iki.fi, ben@nostrum.com, aamelnikov@fastmail.fm, adam@nostrum.com, rg+ietf@qualcomm.com, barryleiba@computer.org, tss@iki.fi
X-PHP-Originating-Script: 30:errata_mail_lib.php
From: RFC Errata System <rfc-editor@rfc-editor.org>
Cc: stan@glyphein.mailforce.net, morg@ietf.org, rfc-editor@rfc-editor.org
Content-Type: text/plain; charset="UTF-8"
Message-Id: <20190520215256.C61B8B82D49@rfc-editor.org>
Date: Mon, 20 May 2019 14:52:56 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/morg/_haKC-S4ymmNkFqiipeTPjgwUbg>
Subject: [MORG] [Technical Errata Reported] RFC5819 (5725)
X-BeenThere: morg@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Mon, 20 May 2019 21:53:18 -0000

The following errata report has been submitted for RFC5819,
"IMAP4 Extension for Returning STATUS Information in Extended LIST".

--------------------------------------
You may review the report below and at:
http://www.rfc-editor.org/errata/eid5725

--------------------------------------
Type: Technical
Reported by: Stan Kalisch <stan@glyphein.mailforce.net>

Section: 3

Original Text
-------------
3.  Examples

   C: A01 LIST "" % RETURN (STATUS (MESSAGES UNSEEN))
   S: * LIST () "."  "INBOX"
   S: * STATUS "INBOX" (MESSAGES 17 UNSEEN 16)
   S: * LIST () "." "foo"
   S: * STATUS "foo" (MESSAGES 30 UNSEEN 29)
   S: * LIST (\NoSelect) "." "bar"
   S: A01 OK List completed.

   The "bar" mailbox isn't selectable, so it has no STATUS reply.

   C: A02 LIST (SUBSCRIBED RECURSIVEMATCH)"" % RETURN (STATUS
      (MESSAGES))
   S: * LIST (\Subscribed) "."  "INBOX"
   S: * STATUS "INBOX" (MESSAGES 17)
   S: * LIST () "." "foo" (CHILDINFO ("SUBSCRIBED"))
   S: A02 OK List completed.

Corrected Text
--------------
3.  Examples

   C: A01 LIST "" % RETURN (STATUS (MESSAGES UNSEEN))
   S: * LIST () "." "INBOX"
   S: * STATUS "INBOX" (MESSAGES 17 UNSEEN 16)
   S: * LIST () "." "foo"
   S: * STATUS "foo" (MESSAGES 30 UNSEEN 29)
   S: * LIST (\NoSelect) "." "bar"
   S: A01 OK List completed.

   The "bar" mailbox isn't selectable, so it has no STATUS reply.

   C: A02 LIST (SUBSCRIBED RECURSIVEMATCH)"" % RETURN (STATUS
      (MESSAGES))
   S: * LIST (\Subscribed) "." "INBOX"
   S: * STATUS "INBOX" (MESSAGES 17)
   S: * LIST () "." "foo" (CHILDINFO ("SUBSCRIBED"))
   S: A02 OK List completed.

Notes
-----
Lines 141 and 152 each contain two spaces between ""."" and ""INBOX"" instead of one.  While I had the instinct to mark these as editorial, these sample server responses have also ended up in another RFC and two IDs (which were corrected before they became RFCs).  In any event, given that these responses also violate the ABNF, and given the RFC Ed.'s guideline on ambiguity, I'm just marking them as technical.  I'll leave it to others more familiar with the practical issues for various implementers to make the final determination on how to label them.

Please note:  a previously verified erratum (Errata ID 2072) addresses this same section; I've just left the corresponding error as is in this corrected text.

Instructions:
-------------
This erratum is currently posted as "Reported". If necessary, please
use "Reply All" to discuss whether it should be verified or
rejected. When a decision is reached, the verifying party  
can log in to change the status and edit the report, if necessary. 

--------------------------------------
RFC5819 (draft-ietf-morg-status-in-list-01)
--------------------------------------
Title               : IMAP4 Extension for Returning STATUS Information in Extended LIST
Publication Date    : March 2010
Author(s)           : A. Melnikov, T. Sirainen
Category            : PROPOSED STANDARD
Source              : Message Organization
Area                : Applications
Stream              : IETF
Verifying Party     : IESG