/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
imaplib.py | 17 # GET/SETACL contributed by Anthony Baxter <anthony@interlink.com.au> April 2001. 70 'SETACL': ('AUTH', 'SELECTED'), 663 def setacl(self, mailbox, who, what): member in class:IMAP4 666 (typ, [data]) = <instance>.setacl(mailbox, who, what) 668 return self._simple_command('SETACL', mailbox, who, what) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
imaplib.py | 17 # GET/SETACL contributed by Anthony Baxter <anthony@interlink.com.au> April 2001. 70 'SETACL': ('AUTH', 'SELECTED'), 663 def setacl(self, mailbox, who, what): member in class:IMAP4 666 (typ, [data]) = <instance>.setacl(mailbox, who, what) 668 return self._simple_command('SETACL', mailbox, who, what) [all...] |