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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 19 # GET/SETQUOTA contributed by Andreas Zeidler <az@kreativkombinat.de> June 2002.
72 'SETQUOTA': ('AUTH', 'SELECTED'),
679 def setquota(self, root, limits): member in class:IMAP4
682 (typ, [data]) = <instance>.setquota(root, limits)
684 typ, dat = self._simple_command('SETQUOTA', root, limits)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 19 # GET/SETQUOTA contributed by Andreas Zeidler <az@kreativkombinat.de> June 2002.
72 'SETQUOTA': ('AUTH', 'SELECTED'),
679 def setquota(self, root, limits): member in class:IMAP4
682 (typ, [data]) = <instance>.setquota(root, limits)
684 typ, dat = self._simple_command('SETQUOTA', root, limits)
    [all...]

Completed in 288 milliseconds