Searched refs:_longcmd (Results 1 – 3 of 3) sorted by relevance
181 def _longcmd(self, line): member in POP3240 return self._longcmd('LIST')248 return self._longcmd('RETR %s' % which)337 return self._longcmd('TOP %s %s' % (which, howmuch))349 return self._longcmd('UIDL')377 resp = self._longcmd('CAPA')
513 def _longcmd(self, line, file=None): member in _NNTPBase726 resp, lines = self._longcmd(line, file)
165 def _longcmd(self, line): member in POP3224 return self._longcmd('LIST')232 return self._longcmd('RETR %s' % which)305 return self._longcmd('TOP %s %s' % (which, howmuch))317 return self._longcmd('UIDL')