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