@@ -404,18 +404,16 @@ module Net
404
404
#
405
405
# Although IMAP4rev2[https://tools.ietf.org/html/rfc9051] is not supported
406
406
# yet, Net::IMAP supports several extensions that have been folded into it:
407
- # +ENABLE+, +IDLE+, +MOVE+, +NAMESPACE+, +SASL-IR+, +UIDPLUS+, +UNSELECT+, and
408
- # the fetch side of +BINARY+.
407
+ # +ENABLE+, +IDLE+, +MOVE+, +NAMESPACE+, +SASL-IR+, +UIDPLUS+, +UNSELECT+,
408
+ # <tt>STATUS=SIZE</tt>, and the fetch side of +BINARY+.
409
409
# Commands for these extensions are listed with the {Core IMAP
410
410
# commands}[rdoc-ref:Net::IMAP@Core+IMAP+commands], above.
411
411
#
412
412
# >>>
413
413
# <em>The following are folded into +IMAP4rev2+ but are currently
414
414
# unsupported or incompletely supported by</em> Net::IMAP<em>: RFC4466
415
415
# extensions, +ESEARCH+, +SEARCHRES+, +LIST-EXTENDED+, +LIST-STATUS+,
416
- # +LITERAL-+, and +SPECIAL-USE+. The following extensions are implicitly
417
- # supported, but will be updated with more direct support: RFC5530 response
418
- # codes, <tt>STATUS=SIZE</tt>, and <tt>STATUS=DELETED</tt>.</em>
416
+ # +LITERAL-+, and +SPECIAL-USE+.</em>
419
417
#
420
418
# ==== RFC2087: +QUOTA+
421
419
# - #getquota: returns the resource usage and limits for a quota root
@@ -504,6 +502,9 @@ module Net
504
502
#
505
503
# - See #enable for information about support for UTF-8 string encoding.
506
504
#
505
+ # ==== RFC8438: <tt>STATUS=SIZE</tt>
506
+ # - Updates #status with the +SIZE+ status attribute.
507
+ #
507
508
# ==== RFC8474: +OBJECTID+
508
509
# - Adds +MAILBOXID+ ResponseCode to #create tagged response.
509
510
# - Adds +MAILBOXID+ ResponseCode to #select and #examine untagged response.
0 commit comments