Skip to content

Commit 7dc2c31

Browse files
committed
📚 Update #status docs for DELETED (IMAP4rev2)
The `DELETED` status attribute was added by `IMAP4rev2`.
1 parent 6e284fd commit 7dc2c31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/net/imap.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1734,6 +1734,8 @@ def lsub(refname, mailbox)
17341734
# <tt>STATUS=SIZE</tt>
17351735
# {[RFC8483]}[https://www.rfc-editor.org/rfc/rfc8483.html].
17361736
#
1737+
# +DELETED+ requires the server's capabilities to include +IMAP4rev2+.
1738+
#
17371739
# +MAILBOXID+ requires the server's capabilities to include +OBJECTID+
17381740
# {[RFC8474]}[https://www.rfc-editor.org/rfc/rfc8474.html].
17391741
def status(mailbox, attr)

0 commit comments

Comments
 (0)