Checkpoint mailbox on server. (typ, [data]) = .check()
(self)
| 540 | |
| 541 | |
| 542 | def check(self): |
| 543 | """Checkpoint mailbox on server. |
| 544 | |
| 545 | (typ, [data]) = <instance>.check() |
| 546 | """ |
| 547 | return self._simple_command('CHECK') |
| 548 | |
| 549 | |
| 550 | def close(self): |
nothing calls this directly
no test coverage detected