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

Method capability

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

(typ, [data]) = .capability() Fetch capabilities list from server.

(self)

Source from the content-addressed store, hash-verified

447
448
449 def capability(self):
450 """(typ, [data]) = <instance>.capability()
451 Fetch capabilities list from server."""
452
453 name = 'CAPABILITY'
454 typ, dat = self._simple_command(name)
455 return self._untagged_response(typ, dat, name)
456
457
458 def check(self):

Callers 1

_get_capabilitiesMethod · 0.95

Calls 2

_simple_commandMethod · 0.95
_untagged_responseMethod · 0.95

Tested by

no test coverage detected