MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / check

Method check

tools/python-3.11.9-amd64/Lib/imaplib.py:458–463  ·  view source on GitHub ↗

Checkpoint mailbox on server. (typ, [data]) = .check()

(self)

Source from the content-addressed store, hash-verified

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):

Callers 1

normalize_whitespaceFunction · 0.45

Calls 1

_simple_commandMethod · 0.95

Tested by

no test coverage detected