Home | History | Annotate | Download | only in python2.7

Lines Matching refs:getacl

54         'GETACL':       ('AUTH', 'SELECTED'),
447 def getacl(self, mailbox):
450 (typ, [data]) = <instance>.getacl(mailbox)
452 typ, dat = self._simple_command('GETACL', mailbox)