Signoff: commit changes on server, unlock mailbox, close connection.
(self)
| 275 | |
| 276 | |
| 277 | def quit(self): |
| 278 | """Signoff: commit changes on server, unlock mailbox, close connection.""" |
| 279 | resp = self._shortcmd('QUIT') |
| 280 | self.close() |
| 281 | return resp |
| 282 | |
| 283 | def close(self): |
| 284 | """Close the connection without assuming anything about it.""" |