Lines Matching refs:who
411 def deleteacl(self, mailbox, who):
412 """Delete the ACLs (remove any rights) set for who on mailbox.
414 (typ, [data]) = <instance>.deleteacl(mailbox, who)
416 return self._simple_command('DELETEACL', mailbox, who)
663 def setacl(self, mailbox, who, what):
666 (typ, [data]) = <instance>.setacl(mailbox, who, what)
668 return self._simple_command('SETACL', mailbox, who, what)