Skip to content

Commit

Permalink
📚 Update MailboxACLItem rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
nevans committed Jan 4, 2025
1 parent 62c91dc commit 87879d6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/net/imap/response_data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -476,12 +476,13 @@ class MailboxQuotaRoot < Struct.new(:mailbox, :quotaroots)
# Zero or more quotaroots that affect the quota on the specified mailbox.
end

# Net::IMAP::MailboxACLItem represents the response from GETACL.
# MailboxACLItem represents the data of an untagged +ACL+ response.
#
# Net::IMAP#getacl returns an array of MailboxACLItem objects.
# IMAP#getacl returns an array of MailboxACLItem objects.
#
# ==== Required capability
# +ACL+ - described in [ACL[https://www.rfc-editor.org/rfc/rfc4314]]
# == Required capability
# Requires +ACL+ [RFC4314[https://www.rfc-editor.org/rfc/rfc4314]]
# capability.
class MailboxACLItem < Struct.new(:user, :rights, :mailbox)
##
# method: mailbox
Expand Down

0 comments on commit 87879d6

Please sign in to comment.