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

Method create

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

Create new mailbox. (typ, [data]) = .create(mailbox)

(self, mailbox)

Source from the content-addressed store, hash-verified

487
488
489 def create(self, mailbox):
490 """Create new mailbox.
491
492 (typ, [data]) = <instance>.create(mailbox)
493 """
494 return self._simple_command('CREATE', mailbox)
495
496
497 def delete(self, mailbox):

Callers

nothing calls this directly

Calls 1

_simple_commandMethod · 0.95

Tested by

no test coverage detected