Lines Matching refs:_shortcmd
179 def _shortcmd(self, line):
208 return self._shortcmd('USER %s' % user)
218 return self._shortcmd('PASS %s' % pswd)
226 retval = self._shortcmd('STAT')
244 return self._shortcmd('LIST %s' % which)
261 return self._shortcmd('DELE %s' % which)
269 return self._shortcmd('NOOP')
274 return self._shortcmd('RSET')
279 resp = self._shortcmd('QUIT')
313 return self._shortcmd('RPOP %s' % user)
336 return self._shortcmd('APOP %s %s' % (user, digest))
356 return self._shortcmd('UIDL %s' % which)
363 return self._shortcmd('UTF8')
409 resp = self._shortcmd('STLS')