We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#status
DELETED
1 parent 6e284fd commit 7dc2c31Copy full SHA for 7dc2c31
lib/net/imap.rb
@@ -1734,6 +1734,8 @@ def lsub(refname, mailbox)
1734
# <tt>STATUS=SIZE</tt>
1735
# {[RFC8483]}[https://www.rfc-editor.org/rfc/rfc8483.html].
1736
#
1737
+ # +DELETED+ requires the server's capabilities to include +IMAP4rev2+.
1738
+ #
1739
# +MAILBOXID+ requires the server's capabilities to include +OBJECTID+
1740
# {[RFC8474]}[https://www.rfc-editor.org/rfc/rfc8474.html].
1741
def status(mailbox, attr)
0 commit comments