Home
last modified time | relevance | path

Searched defs:mailbox (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/
Dimaplib.py394 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/
Dimap.h60 char *mailbox; /* Mailbox to select */ member
77 char *mailbox; /* The last selected mailbox */ member
Dimap.c655 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/
D3.2.rst2263 mailbox section in New, Improved, and Deprecated Modules
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/
Druntests.py250 def init_worker(test, mailbox, queue, done): argument