/external/python/cpython2/Lib/ |
D | imaplib.py | 320 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/ |
D | from.py | 12 mailbox = os.environ['MAIL'] variable
|
/external/python/cpython3/Lib/ |
D | imaplib.py | 380 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/ |
D | imap.h | 58 char *mailbox; /* Mailbox to select */ member 83 char *mailbox; /* The last selected mailbox */ member
|
D | imap.c | 619 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/ |
D | mbox.py | 16 mailbox = os.environ['HOME'] + '/Mail' variable
|
/external/u-boot/arch/arm/dts/ |
D | dm816x.dtsi | 231 mailbox: mailbox@480c8000 { label
|
D | meson-gx.dtsi | 432 mailbox: mailbox@404 { label
|
D | bcm283x.dtsi | 135 mailbox: mailbox@7e00b880 { label
|
D | omap3.dtsi | 353 mailbox: mailbox@48094000 { label
|
D | am33xx.dtsi | 379 mailbox: mailbox@480C8000 { label
|
D | am4372.dtsi | 206 mailbox: mailbox@480C8000 { label
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.2.rst | 2261 mailbox section in New, Improved, and Deprecated Modules
|