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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 181 self._mesg('imaplib version %s' % __version__)
182 self._mesg('new IMAP4 connection, tag=%s' % self.tagpre)
199 self._mesg('CAPABILITIES: %r' % (self.capabilities,))
804 self._mesg('untagged_responses[%s] %s += ["%s"]' %
852 self._mesg('> %s' % data)
878 self._mesg('write literal size %s' % len(literal))
960 self._mesg('read literal size %s' % size)
980 self._mesg('%s response: %s' % (typ, dat))
1088 def _mesg(self, s, secs=None): function in function:IMAP4._untagged_response
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 181 self._mesg('imaplib version %s' % __version__)
182 self._mesg('new IMAP4 connection, tag=%s' % self.tagpre)
199 self._mesg('CAPABILITIES: %r' % (self.capabilities,))
804 self._mesg('untagged_responses[%s] %s += ["%s"]' %
852 self._mesg('> %s' % data)
878 self._mesg('write literal size %s' % len(literal))
960 self._mesg('read literal size %s' % size)
980 self._mesg('%s response: %s' % (typ, dat))
1088 def _mesg(self, s, secs=None): function in function:IMAP4._untagged_response
    [all...]

Completed in 158 milliseconds