From 87879d6aad0ad284012bfea04e1b36b9b5b76c43 Mon Sep 17 00:00:00 2001 From: nicholas evans Date: Mon, 30 Oct 2023 22:43:57 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Update=20MailboxACLItem=20rdoc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/net/imap/response_data.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/net/imap/response_data.rb b/lib/net/imap/response_data.rb index c1c2be58..b2445659 100644 --- a/lib/net/imap/response_data.rb +++ b/lib/net/imap/response_data.rb @@ -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