Skip to content

Commit 87879d6

Browse files
committed
📚 Update MailboxACLItem rdoc
1 parent 62c91dc commit 87879d6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

lib/net/imap/response_data.rb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -476,12 +476,13 @@ class MailboxQuotaRoot < Struct.new(:mailbox, :quotaroots)
476476
# Zero or more quotaroots that affect the quota on the specified mailbox.
477477
end
478478

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

0 commit comments

Comments
 (0)