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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 798 def _append_untagged(self, typ, dat): member in class:IMAP4
965 self._append_untagged(typ, (dat, data))
971 self._append_untagged(typ, dat)
976 self._append_untagged(self.mo.group('type'), self.mo.group('data'))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 798 def _append_untagged(self, typ, dat): member in class:IMAP4
965 self._append_untagged(typ, (dat, data))
971 self._append_untagged(typ, dat)
976 self._append_untagged(self.mo.group('type'), self.mo.group('data'))
    [all...]

Completed in 24 milliseconds