[imapext] [Technical Errata Reported] RFC7162 (5055)

RFC Errata System <rfc-editor@rfc-editor.org> Wed, 28 June 2017 11:17 UTC

Return-Path: <wwwrun@rfc-editor.org>
X-Original-To: imapext@ietfa.amsl.com
Delivered-To: imapext@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 65648129687 for <imapext@ietfa.amsl.com>; Wed, 28 Jun 2017 04:17:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.203
X-Spam-Level:
X-Spam-Status: No, score=-4.203 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-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 crSPXsRMQKQn for <imapext@ietfa.amsl.com>; Wed, 28 Jun 2017 04:17:11 -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 A92BD1293E1 for <imapext@ietf.org>; Wed, 28 Jun 2017 04:17:11 -0700 (PDT)
Received: by rfc-editor.org (Postfix, from userid 30) id 2C37CB814F4; Wed, 28 Jun 2017 04:16:43 -0700 (PDT)
To: Alexey.Melnikov@isode.com, dave.cridland@surevine.com, ben@nostrum.com, aamelnikov@fastmail.fm, adam@nostrum.com, dave@cridland.net, lear@cisco.com
X-PHP-Originating-Script: 30:errata_mail_lib.php
From: RFC Errata System <rfc-editor@rfc-editor.org>
Cc: dirkjan@ochtman.nl, imapext@ietf.org, rfc-editor@rfc-editor.org
Content-Type: text/plain; charset="UTF-8"
Message-Id: <20170628111643.2C37CB814F4@rfc-editor.org>
Date: Wed, 28 Jun 2017 04:16:43 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/imapext/tfLplIeY6NgKXk0dXK7gG1zJuxM>
X-Mailman-Approved-At: Sat, 01 Jul 2017 08:45:35 -0700
Subject: [imapext] [Technical Errata Reported] RFC7162 (5055)
X-BeenThere: imapext@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: Discussion of IMAP extensions <imapext.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/imapext>, <mailto:imapext-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/imapext/>
List-Post: <mailto:imapext@ietf.org>
List-Help: <mailto:imapext-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/imapext>, <mailto:imapext-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 28 Jun 2017 11:17:13 -0000

The following errata report has been submitted for RFC7162,
"IMAP Extensions: Quick Flag Changes Resynchronization (CONDSTORE) and Quick Mailbox Resynchronization (QRESYNC)".

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

--------------------------------------
Type: Technical
Reported by: Dirkjan Ochtman <dirkjan@ochtman.nl>

Section: 3.1.2.1

Original Text
-------------
   C: A142 SELECT INBOX
   S: * 172 EXISTS
   S: * 1 RECENT
   S: * OK [UNSEEN 12] Message 12 is first unseen
   S: * OK [UIDVALIDITY 3857529045] UIDs valid
   S: * OK [UIDNEXT 4392] Predicted next UID
   S: * FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
   S: * OK [PERMANENTFLAGS (\Deleted \Seen \*)] Limited
   S: * OK [HIGHESTMODSEQ 715194045007]
   S: A142 OK [READ-WRITE] SELECT completed

Corrected Text
--------------
   C: A142 SELECT INBOX
   S: * 172 EXISTS
   S: * 1 RECENT
   S: * OK [UNSEEN 12] Message 12 is first unseen
   S: * OK [UIDVALIDITY 3857529045] UIDs valid
   S: * OK [UIDNEXT 4392] Predicted next UID
   S: * FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
   S: * OK [PERMANENTFLAGS (\Deleted \Seen \*)] Limited
   S: * OK [HIGHESTMODSEQ 715194045007] Ok
   S: A142 OK [READ-WRITE] SELECT completed

Notes
-----
RFC 7162 purports to extend RFC 3501 by adding the HIGHESTMODSEQ value as an option for the resp-text-code syntax. However, RFC 3501 only uses resp-text-code in the resp-text ABNF production, in which case it is always followed by a single space ("SP") and the "text" non-terminal, which expands to "1*TEXT-CHAR", as in non-empty text. As such, having a response code without any human-readable text suffix is illegal per the RFC 3501 spec, and the examples should be updated to be correct.

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. 

--------------------------------------
RFC7162 (draft-ietf-qresync-rfc5162bis-10)
--------------------------------------
Title               : IMAP Extensions: Quick Flag Changes Resynchronization (CONDSTORE) and Quick Mailbox Resynchronization (QRESYNC)
Publication Date    : May 2014
Author(s)           : A. Melnikov, D. Cridland
Category            : PROPOSED STANDARD
Source              : IMAP QRESYNC Extension
Area                : Applications
Stream              : IETF
Verifying Party     : IESG