Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dimaplib.py320 def append(self, mailbox, flags, date_time, message): argument
412 def create(self, mailbox): argument
420 def delete(self, mailbox): argument
427 def deleteacl(self, mailbox, who): argument
463 def getacl(self, mailbox): argument
472 def getannotation(self, mailbox, entry, attribute): argument
491 def getquotaroot(self, mailbox): argument
570 def myrights(self, mailbox): argument
647 def select(self, mailbox='INBOX', readonly=False): argument
679 def setacl(self, mailbox, who, what): argument
[all …]
/external/python/cpython2/Demo/scripts/
Dfrom.py12 mailbox = os.environ['MAIL'] variable
/external/python/cpython3/Lib/
Dimaplib.py380 def append(self, mailbox, flags, date_time, message): argument
475 def create(self, mailbox): argument
483 def delete(self, mailbox): argument
490 def deleteacl(self, mailbox, who): argument
538 def getacl(self, mailbox): argument
547 def getannotation(self, mailbox, entry, attribute): argument
566 def getquotaroot(self, mailbox): argument
647 def myrights(self, mailbox): argument
727 def select(self, mailbox='INBOX', readonly=False): argument
759 def setacl(self, mailbox, who, what): argument
[all …]
/external/curl/lib/
Dimap.h58 char *mailbox; /* Mailbox to select */ member
83 char *mailbox; /* The last selected mailbox */ member
Dimap.c619 char *mailbox = imap->mailbox ? imap_atom(imap->mailbox, true) in imap_perform_list() local
648 char *mailbox; in imap_perform_select() local
734 char *mailbox; in imap_perform_append() local
/external/python/cpython2/Demo/tkinter/guido/
Dmbox.py16 mailbox = os.environ['HOME'] + '/Mail' variable
/external/u-boot/arch/arm/dts/
Ddm816x.dtsi231 mailbox: mailbox@480c8000 { label
Dmeson-gx.dtsi432 mailbox: mailbox@404 { label
Dbcm283x.dtsi135 mailbox: mailbox@7e00b880 { label
Domap3.dtsi353 mailbox: mailbox@48094000 { label
Dam33xx.dtsi379 mailbox: mailbox@480C8000 { label
Dam4372.dtsi206 mailbox: mailbox@480C8000 { label
/external/python/cpython3/Doc/whatsnew/
D3.2.rst2261 mailbox section in New, Improved, and Deprecated Modules