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