D | imaplib.py | 304 def append(self, mailbox, flags, date_time, message): argument 396 def create(self, mailbox): argument 404 def delete(self, mailbox): argument 411 def deleteacl(self, mailbox, who): argument 447 def getacl(self, mailbox): argument 456 def getannotation(self, mailbox, entry, attribute): argument 475 def getquotaroot(self, mailbox): argument 554 def myrights(self, mailbox): argument 631 def select(self, mailbox='INBOX', readonly=False): argument 663 def setacl(self, mailbox, who, what): argument [all …]
|