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

Method deleteacl

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

Delete the ACLs (remove any rights) set for who on mailbox. (typ, [data]) = .deleteacl(mailbox, who)

(self, mailbox, who)

Source from the content-addressed store, hash-verified

502 return self._simple_command('DELETE', mailbox)
503
504 def deleteacl(self, mailbox, who):
505 """Delete the ACLs (remove any rights) set for who on mailbox.
506
507 (typ, [data]) = <instance>.deleteacl(mailbox, who)
508 """
509 return self._simple_command('DELETEACL', mailbox, who)
510
511 def enable(self, capability):
512 """Send an RFC5161 enable string to the server.

Callers

nothing calls this directly

Calls 1

_simple_commandMethod · 0.95

Tested by

no test coverage detected