Re: [auth48] AUTH48: RFC-to-be 9425 <draft-ietf-jmap-quotas-12> for your review

rfc-editor@rfc-editor.org Fri, 02 June 2023 19:35 UTC

Return-Path: <wwwrun@rfcpa.amsl.com>
X-Original-To: auth48archive@ietfa.amsl.com
Delivered-To: auth48archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D74C7C15108B; Fri, 2 Jun 2023 12:35:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.108
X-Spam-Level:
X-Spam-Status: No, score=-3.108 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, CTE_8BIT_MISMATCH=0.84, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_PASS=-0.001, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id J0twBkChEXpF; Fri, 2 Jun 2023 12:35:02 -0700 (PDT)
Received: from rfcpa.amsl.com (rfc-editor.org [50.223.129.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 46B93C151068; Fri, 2 Jun 2023 12:35:02 -0700 (PDT)
Received: by rfcpa.amsl.com (Postfix, from userid 499) id 39E5BEDE66; Fri, 2 Jun 2023 12:35:02 -0700 (PDT)
To: rcordier@linagora.com
From: rfc-editor@rfc-editor.org
Cc: rfc-editor@rfc-editor.org, jmap-ads@ietf.org, jmap-chairs@ietf.org, brong@fastmailteam.com, superuser@gmail.com, auth48archive@rfc-editor.org
Content-type: text/plain; charset="UTF-8"
Message-Id: <20230602193502.39E5BEDE66@rfcpa.amsl.com>
Date: Fri, 02 Jun 2023 12:35:02 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/auth48archive/HhhGS-4W6h6aQYh9Kgla8Fp6zJQ>
Subject: Re: [auth48] AUTH48: RFC-to-be 9425 <draft-ietf-jmap-quotas-12> for your review
X-BeenThere: auth48archive@rfc-editor.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: "Archiving AUTH48 exchanges between the RFC Production Center, the authors, and other related parties" <auth48archive.rfc-editor.org>
List-Unsubscribe: <https://mailman.rfc-editor.org/mailman/options/auth48archive>, <mailto:auth48archive-request@rfc-editor.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/auth48archive/>
List-Post: <mailto:auth48archive@rfc-editor.org>
List-Help: <mailto:auth48archive-request@rfc-editor.org?subject=help>
List-Subscribe: <https://mailman.rfc-editor.org/mailman/listinfo/auth48archive>, <mailto:auth48archive-request@rfc-editor.org?subject=subscribe>
X-List-Received-Date: Fri, 02 Jun 2023 19:35:05 -0000

Greetings,

While reviewing this document during AUTH48, please resolve (as necessary) the following questions, which are also in the XML file.

1) <!-- [rfced] FYI, the title of the document has been updated as
follows. Abbreviations have been expanded per Section 3.6 of 
RFC 7322 (“RFC Style Guide”). Please review.

Original:
JMAP for Quotas

Current:
JSON Meta Application Protocol (JMAP) for Quotas
-->


2) <!-- [rfced] Please review carefully the instances of "Quota" and "quota"
throughout this document, and let us know if any updates are needed.

Original:
   The term Quota (when capitalized) is used to refer to the data type
   defined in this document in Section 4 and instance of that data type.

Also, please review the updated section titles of 4.1, 5.1, and 5.2. 
We have capitalized 'quota', as typical of title case. Please let us 
know if you prefer otherwise.

Original:
     4.1.  Properties of the quota object  . . . . . . . . . . . . .   4
[...]
     5.1.  Fetching quotas . . . . . . . . . . . . . . . . . . . . .   7
     5.2.  Requesting latest quota changes . . . . . . . . . . . . .   8

Current:
     4.1.  Properties of the Quota Object
[...]
     5.1.  Fetching Quotas
     5.2.  Requesting Latest Quota Changes
-->


3) <!--[rfced] Why are quotation marks used around "octets" here?
Is this to indicate that the term does not actually refer to octets, 
but instead to the resourceType "octets"?  If it refers to the
number of octets (8 bits), we suggest removing the quotation marks.

Original:
   *  octets: The quota is measured in size (in "octets").  For example,
      a quota can have a limit of 25000 "octets".

Perhaps (if referring to octets in the typical sense):
   octets:  The quota is measured in size (in octets).  For example, a
      quota can have a limit of 25000 octets.
-->


4) <!-- [rfced] To clarify "to assign quotas", may we update as follows?”

Original:
      This allows to assign quotas to distinct or shared data
      types.

Perhaps:
      This allows the quotas to be assigned to distinct or shared data
      types.
-->


5) <!-- [rfced] This line exceeded the 72-character limit. FYI, we
have added line breaks as follows; please let us know if you prefer
otherwise. 

Current:
       "description": "Personal account usage. When the soft limit is
                       reached, the user is not allowed to send mails or
		       create contacts and calendar events anymore.",

Also, would you like to add text similar to the following
from RFC 8743 (C.1.1)? If so, please let us know where it should
be placed.

   For compatibility with publishing requirements, line breaks have been
   inserted inside long JSON strings, with the following continuation
   lines indented.  To form the valid JSON example, any line breaks
   inside a string must be replaced with a space and any other white
   space after the line break removed.
-->


6) <!-- [rfced] Please review instances of the following elements in
the XML and let us know any updates are needed. In particular, 
please review usage of <strong> on data type names; it seems 
inconsistent.

Regarding <em>:
In the HTML and PDF outputs, this yields italics font. 
In the TXT output, this yields surrounding underscores.

Regarding <strong>:
In the HTML and PDF outputs, this yields bold font. 
In the TXT output, this yields surrounding asterisks.

Regarding <tt> (which is not currently used in this document):
In the HTML and PDF outputs, this yields fixed-width font.
In the TXT output, this yields no change. (There are no symbols 
added, and clearly there is no font change.)
-->


7) <!-- [rfced] Please review the "type" attribute of each sourcecode element
in the XML file to ensure correctness. If the current list of preferred
values for "type" (https://www.rfc-editor.org/materials/sourcecode-types.txt) 
does not contain an applicable type, then feel free to let us
know. Also, it is acceptable to leave the "type" attribute not
set.  
-->


8) <!-- [rfced] Please review the "Inclusive Language" portion of the online 
Style Guide <https://www.rfc-editor.org/styleguide/part2/#inclusive_language>
and let us know if any changes are needed.

Note that our script did not flag any words in particular, but this should 
still be reviewed as a best practice.
-->


Thank you.

RFC Editor/st/ar


On Jun 2, 2023, rfc-editor@rfc-editor.org wrote:

*****IMPORTANT*****

Updated 2023/06/02

RFC Author(s):
--------------

Instructions for Completing AUTH48

Your document has now entered AUTH48.  Once it has been reviewed and 
approved by you and all coauthors, it will be published as an RFC.  
If an author is no longer available, there are several remedies 
available as listed in the FAQ (https://www.rfc-editor.org/faq/).

You and you coauthors are responsible for engaging other parties 
(e.g., Contributors or Working Group) as necessary before providing 
your approval.

Planning your review 
---------------------

Please review the following aspects of your document:

*  RFC Editor questions

  Please review and resolve any questions raised by the RFC Editor 
  that have been included in the XML file as comments marked as 
  follows:

  <!-- [rfced] ... -->

  These questions will also be sent in a subsequent email.

*  Changes submitted by coauthors 

  Please ensure that you review any changes submitted by your 
  coauthors.  We assume that if you do not speak up that you 
  agree to changes submitted by your coauthors.

*  Content 

  Please review the full content of the document, as this cannot 
  change once the RFC is published.  Please pay particular attention to:
  - IANA considerations updates (if applicable)
  - contact information
  - references

*  Copyright notices and legends

  Please review the copyright notice and legends as defined in
  RFC 5378 and the Trust Legal Provisions 
  (TLP – https://trustee.ietf.org/license-info/).

*  Semantic markup

  Please review the markup in the XML file to ensure that elements of  
  content are correctly tagged.  For example, ensure that <sourcecode> 
  and <artwork> are set correctly.  See details at 
  <https://authors.ietf.org/rfcxml-vocabulary>.

*  Formatted output

  Please review the PDF, HTML, and TXT files to ensure that the 
  formatted output, as generated from the markup in the XML file, is 
  reasonable.  Please note that the TXT will have formatting 
  limitations compared to the PDF and HTML.


Submitting changes
------------------

To submit changes, please reply to this email using ‘REPLY ALL’ as all 
the parties CCed on this message need to see your changes. The parties 
include:

  *  your coauthors

  *  rfc-editor@rfc-editor.org (the RPC team)

  *  other document participants, depending on the stream (e.g., 
     IETF Stream participants are your working group chairs, the 
     responsible ADs, and the document shepherd).

  *  auth48archive@rfc-editor.org, which is a new archival mailing list 
     to preserve AUTH48 conversations; it is not an active discussion 
     list:

    *  More info:
       https://mailarchive.ietf.org/arch/msg/ietf-announce/yb6lpIGh-4Q9l2USxIAe6P8O4Zc

    *  The archive itself:
       https://mailarchive.ietf.org/arch/browse/auth48archive/

    *  Note: If only absolutely necessary, you may temporarily opt out 
       of the archiving of messages (e.g., to discuss a sensitive matter).
       If needed, please add a note at the top of the message that you 
       have dropped the address. When the discussion is concluded, 
       auth48archive@rfc-editor.org will be re-added to the CC list and 
       its addition will be noted at the top of the message. 

You may submit your changes in one of two ways:

An update to the provided XML file
— OR —
An explicit list of changes in this format

Section # (or indicate Global)

OLD:
old text

NEW:
new text

You do not need to reply with both an updated XML file and an explicit 
list of changes, as either form is sufficient.

We will ask a stream manager to review and approve any changes that seem
beyond editorial in nature, e.g., addition of new text, deletion of text, 
and technical changes.  Information about stream managers can be found in 
the FAQ.  Editorial changes do not require approval from a stream manager.


Approving for publication
--------------------------

To approve your RFC for publication, please reply to this email stating
that you approve this RFC for publication.  Please use ‘REPLY ALL’,
as all the parties CCed on this message need to see your approval.


Files 
-----

The files are available here:
  https://www.rfc-editor.org/authors/rfc9425.xml
  https://www.rfc-editor.org/authors/rfc9425.html
  https://www.rfc-editor.org/authors/rfc9425.pdf
  https://www.rfc-editor.org/authors/rfc9425.txt

Diff file of the text:
  https://www.rfc-editor.org/authors/rfc9425-diff.html
  https://www.rfc-editor.org/authors/rfc9425-rfcdiff.html (side by side)

Diff of the XML: 
  https://www.rfc-editor.org/authors/rfc9425-xmldiff1.html

Tracking progress
-----------------

The details of the AUTH48 status of your document are here:
  https://www.rfc-editor.org/auth48/rfc9425

Please let us know if you have any questions.  

Thank you for your cooperation,

RFC Editor

--------------------------------------
RFC9425 (draft-ietf-jmap-quotas-12)

Title            : JMAP for Quotas
Author(s)        : R. Cordier
WG Chair(s)      : Bron Gondwana, Jim Fenton
Area Director(s) : Murray Kucherawy, Francesca Palombini