Searched defs:mailbox (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/ |
D | imaplib.py | 394 def append(self, mailbox, flags, date_time, message): argument 489 def create(self, mailbox): argument 497 def delete(self, mailbox): argument 504 def deleteacl(self, mailbox, who): argument 552 def getacl(self, mailbox): argument 561 def getannotation(self, mailbox, entry, attribute): argument 580 def getquotaroot(self, mailbox): argument 658 def myrights(self, mailbox): argument 738 def select(self, mailbox='INBOX', readonly=False): argument 770 def setacl(self, mailbox, who, what): argument [all …]
|
/third_party/curl/lib/ |
D | imap.h | 60 char *mailbox; /* Mailbox to select */ member 77 char *mailbox; /* The last selected mailbox */ member
|
D | imap.c | 655 char *mailbox = imap->mailbox ? imap_atom(imap->mailbox, true) in imap_perform_list() local 684 char *mailbox; in imap_perform_select() local 764 char *mailbox; in imap_perform_append() local
|
/third_party/python/Doc/whatsnew/ |
D | 3.2.rst | 2263 mailbox section in New, Improved, and Deprecated Modules
|
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/ |
D | runtests.py | 250 def init_worker(test, mailbox, queue, done): argument
|