/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...] |