Home | History | Annotate | Download | only in python2.7

Lines Matching defs:quit

51             QUIT                    quit()
65 authorization until QUIT, so be sure to get in, suck
66 the messages, and quit, each time you access the
187 NB: mailbox is locked by server from here to 'quit()'
248 def quit(self):
251 resp = self._shortcmd('QUIT')
259 #__del__ = quit
280 NB: mailbox is locked by server from here to 'quit()'
391 def quit(self):
394 resp = self._shortcmd('QUIT')
417 a.quit()