Checkpoint mailbox on server. (typ, [data]) = .check()
(self)
| 456 | |
| 457 | |
| 458 | def check(self): |
| 459 | """Checkpoint mailbox on server. |
| 460 | |
| 461 | (typ, [data]) = <instance>.check() |
| 462 | """ |
| 463 | return self._simple_command('CHECK') |
| 464 | |
| 465 | |
| 466 | def close(self): |
no test coverage detected