--- 1/draft-ietf-extra-imap-list-myrights-06.txt 2018-06-07 07:15:24.051684514 -0700 +++ 2/draft-ietf-extra-imap-list-myrights-07.txt 2018-06-07 07:15:24.075685088 -0700 @@ -1,18 +1,18 @@ EXTRA K. Murchison Internet-Draft B. Gondwana Intended status: Standards Track FastMail Expires: December 9, 2018 June 7, 2018 IMAP4 Extension for Returning MYRIGHTS Information in Extended LIST - draft-ietf-extra-imap-list-myrights-06 + draft-ietf-extra-imap-list-myrights-07 Abstract This document defines an extension to the Internet Message Access Protocol (IMAP) LIST command that allows the client to request the set of rights that the logged-in user has been granted on mailboxes, along with other information typically returned by the LIST command. Status of This Memo @@ -146,30 +146,30 @@ 5. Formal Syntax The following syntax specification uses the augmented Backus-Naur Form (BNF) as described in [RFC5234]. Terms not defined here are taken from [RFC5258]. return-option =/ "MYRIGHTS" 6. Security Considerations - In addition to the security described in [RFC4314], this extension - makes it a bit easier for clients to overload the server by - requesting MYRIGHTS information for a large number of mailboxes. - However, as already noted in the introduction, existing clients - already try to do that by generating a large number of MYRIGHTS - commands for each mailbox in which they are interested. While - performing MYRIGHTS information retrieval for big lists of mailboxes, - a server implementation needs to make sure that it can still serve - other IMAP connections and yield execution to other connections, when - necessary. + In addition to the security considerations described in [RFC4314], + this extension makes it a bit easier for clients to overload the + server by requesting MYRIGHTS information for a large number of + mailboxes. However, as already noted in the introduction, existing + clients already try to do that by generating a large number of + MYRIGHTS commands for each mailbox in which they are interested. + While performing MYRIGHTS information retrieval for big lists of + mailboxes, a server implementation needs to make sure that it can + still serve other IMAP connections and yield execution to other + connections, when necessary. 7. Privacy Considerations This specification does not introduce any additional privacy concerns beyond those described in [RFC4314]. 8. IANA Considerations 8.1. Registration of IMAP capability LIST-MYRIGHTS @@ -249,20 +249,24 @@ DOI 10.17487/RFC5819, March 2010, . 10.3. URIs [1] https://tools.ietf.org/html/bcp14 Appendix A. Change History (To be removed by RFC Editor before publication) + Changes from draft-ietf-extra-imap-list-myrights-06: + + o Editorial fix. + Changes from draft-ietf-extra-imap-list-myrights-05: o Updated Keywords boilerplate. o Referenced security concerns in RFC 4314. o Reworded first sentence in second paragraph of Section 3. o Added informative reference to RFC5819.