Skip to content

Commit db46339

Browse files
committed
📚 Fix extension docs (IMAP4rev2, STATUS=SIZE)
1 parent faf858b commit db46339

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

lib/net/imap.rb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -404,18 +404,16 @@ module Net
404404
#
405405
# Although IMAP4rev2[https://tools.ietf.org/html/rfc9051] is not supported
406406
# 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+.
409409
# Commands for these extensions are listed with the {Core IMAP
410410
# commands}[rdoc-ref:Net::IMAP@Core+IMAP+commands], above.
411411
#
412412
# >>>
413413
# <em>The following are folded into +IMAP4rev2+ but are currently
414414
# unsupported or incompletely supported by</em> Net::IMAP<em>: RFC4466
415415
# 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>
419417
#
420418
# ==== RFC2087: +QUOTA+
421419
# - #getquota: returns the resource usage and limits for a quota root
@@ -504,6 +502,9 @@ module Net
504502
#
505503
# - See #enable for information about support for UTF-8 string encoding.
506504
#
505+
# ==== RFC8438: <tt>STATUS=SIZE</tt>
506+
# - Updates #status with the +SIZE+ status attribute.
507+
#
507508
# ==== RFC8474: +OBJECTID+
508509
# - Adds +MAILBOXID+ ResponseCode to #create tagged response.
509510
# - Adds +MAILBOXID+ ResponseCode to #select and #examine untagged response.

0 commit comments

Comments
 (0)