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

Method delete

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

Delete old mailbox. (typ, [data]) = .delete(mailbox)

(self, mailbox)

Source from the content-addressed store, hash-verified

495
496
497 def delete(self, mailbox):
498 """Delete old mailbox.
499
500 (typ, [data]) = <instance>.delete(mailbox)
501 """
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.

Callers

nothing calls this directly

Calls 1

_simple_commandMethod · 0.95

Tested by

no test coverage detected