[Extra] Some comments on draft-ietf-extra-imap-64bit

Stephan Bosch <stephan@rename-it.nl> Fri, 15 September 2017 16:07 UTC

Return-Path: <stephan@rename-it.nl>
X-Original-To: extra@ietfa.amsl.com
Delivered-To: extra@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A7DAE1321CB for <extra@ietfa.amsl.com>; Fri, 15 Sep 2017 09:07:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.001
X-Spam-Level:
X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5 tests=[BAYES_20=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 EQwO0-zQJKqH for <extra@ietfa.amsl.com>; Fri, 15 Sep 2017 09:07:04 -0700 (PDT)
Received: from sogo.guto.nl (guto.nl [178.21.117.49]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 97311126BF3 for <extra@ietf.org>; Fri, 15 Sep 2017 09:07:01 -0700 (PDT)
Received: from lab.inertia-technology.com ([217.119.239.130] helo=[192.168.1.104]) by sogo.guto.nl with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from <stephan@rename-it.nl>) id 1dst8r-0004qA-EL; Fri, 15 Sep 2017 18:06:58 +0200
To: Alexey Melnikov <alexey.melnikov@isode.com>
From: Stephan Bosch <stephan@rename-it.nl>
Cc: extra@ietf.org
Message-ID: <0871fcf6-f0c5-a4b7-f1e4-7a535d78d776@rename-it.nl>
Date: Fri, 15 Sep 2017 18:06:56 +0200
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Content-Language: en-US
X-SA-Exim-Connect-IP: 217.119.239.130
X-SA-Exim-Mail-From: stephan@rename-it.nl
X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000)
X-SA-Exim-Scanned: Yes (on sogo.guto.nl)
Archived-At: <https://mailarchive.ietf.org/arch/msg/extra/7s2Hqk5A3fFPR_5iW1ZE64S2pvM>
Subject: [Extra] Some comments on draft-ietf-extra-imap-64bit
X-BeenThere: extra@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: Email mailstore and eXtensions To Revise or Amend <extra.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/extra>, <mailto:extra-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/extra/>
List-Post: <mailto:extra@ietf.org>
List-Help: <mailto:extra-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/extra>, <mailto:extra-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 15 Sep 2017 16:07:06 -0000

Hi,

I gave draft-ietf-extra-imap-64bit a quick look. I have a few comments 
on the syntax specification.

First of all, the elements fetch-att, msg-att-static, and search-key are 
just copy-pasted from RFC 3501. Those are meant to have number64 instead.

I wonder whether it would be a good idea to have intermediary elements 
called e.g. `msg-size = number64' and `msg-lines = number64', so that 
future changes/extensions to the message size and line count syntax 
aren't such a pain anymore.

The "capability" syntax element is not extended (arguably not all 
specifications do this).

Finally, the following IMAP capabilities have syntax that is affected by 
this extension:

QUOTA - https://www.ietf.org/rfc/rfc2087.txt
BINARY - https://www.ietf.org/rfc/rfc3516.txt (not only literal8)
URL-PARTIAL - https://www.ietf.org/rfc/rfc5550.txt -> 
https://www.ietf.org/rfc/rfc5092.txt (partial-range)
APPENDLIMIT - https://www.rfc-editor.org/rfc/rfc7889.txt


Regards,

Stephan.