Home | History | Annotate | Download | only in Lib

Lines Matching refs:quit

57             QUIT                    quit()
71 authorization until QUIT, so be sure to get in, suck
72 the messages, and quit, each time you access the
195 NB: mailbox is locked by server from here to 'quit()'
256 def quit(self):
259 resp = self._shortcmd('QUIT')
267 #__del__ = quit
288 NB: mailbox is locked by server from here to 'quit()'
401 def quit(self):
404 resp = self._shortcmd('QUIT')
427 a.quit()