@@ -450,16 +450,16 @@ module Net
450450 #
451451 # Although IMAP4rev2[https://www.rfc-editor.org/rfc/rfc9051] is not supported
452452 # yet, Net::IMAP supports several extensions that have been folded into it:
453- # +ENABLE+, +IDLE+, +MOVE+, +NAMESPACE+, +SASL-IR+, +UIDPLUS+, +UNSELECT +,
454- # <tt>STATUS=SIZE</tt>, and the fetch side of +BINARY+.
453+ # +ENABLE+, +IDLE+, +LITERAL-+, + MOVE+, +NAMESPACE+, +SASL-IR+, +UIDPLUS+,
454+ # +UNSELECT+, <tt>STATUS=SIZE</tt>, and the fetch side of +BINARY+.
455455 # Commands for these extensions are listed with the {Core IMAP
456456 # commands}[rdoc-ref:Net::IMAP@Core+IMAP+commands], above.
457457 #
458458 # >>>
459459 # <em>The following are folded into +IMAP4rev2+ but are currently
460460 # unsupported or incompletely supported by</em> Net::IMAP<em>: RFC4466
461461 # extensions, +SEARCHRES+, +LIST-EXTENDED+, +LIST-STATUS+,
462- # +LITERAL-+, and +SPECIAL-USE+.</em>
462+ # and +SPECIAL-USE+.</em>
463463 #
464464 # ==== RFC2087: +QUOTA+
465465 # +NOTE:+ Only the +STORAGE+ quota resource type is currently supported.
@@ -569,6 +569,15 @@ module Net
569569 # - Updates #store and #uid_store with the +unchangedsince+ modifier and adds
570570 # the +MODIFIED+ ResponseCode to the tagged response.
571571 #
572+ # ==== RFC7888: <tt>LITERAL+</tt>
573+ # - Literal strings smaller than Config#max_non_synchronizing_literal bytes
574+ # are sent without waiting for the server's continuation request.
575+ #
576+ # ==== RFC7888: +LITERAL-+
577+ # - Literal strings smaller than 4096 bytes or
578+ # Config#max_non_synchronizing_literal (whichever is smaller)
579+ # are sent without waiting for the server's continuation request.
580+ #
572581 # ==== RFC8438: <tt>STATUS=SIZE</tt>
573582 # - Updates #status with the +SIZE+ status attribute.
574583 #
0 commit comments