Signoff: commit changes on server, unlock mailbox, close connection.
(self)
| 288 | |
| 289 | |
| 290 | def quit(self): |
| 291 | """Signoff: commit changes on server, unlock mailbox, close connection.""" |
| 292 | resp = self._shortcmd('QUIT') |
| 293 | self.close() |
| 294 | return resp |
| 295 | |
| 296 | def close(self): |
| 297 | """Close the connection without assuming anything about it.""" |