HomeSort by relevance Sort by last modified time
    Searched defs:getacl (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 54 'GETACL': ('AUTH', 'SELECTED'),
447 def getacl(self, mailbox): member in class:IMAP4
450 (typ, [data]) = <instance>.getacl(mailbox)
452 typ, dat = self._simple_command('GETACL', mailbox)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 54 'GETACL': ('AUTH', 'SELECTED'),
447 def getacl(self, mailbox): member in class:IMAP4
450 (typ, [data]) = <instance>.getacl(mailbox)
452 typ, dat = self._simple_command('GETACL', mailbox)
    [all...]

Completed in 104 milliseconds