Home
last modified time | relevance | path

Searched refs:deleteacl (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/
Dimaplib.py427 def deleteacl(self, mailbox, who): member in IMAP4
/external/python/cpython3/Lib/
Dimaplib.py495 def deleteacl(self, mailbox, who): member in IMAP4
/external/python/cpython2/Doc/library/
Dimaplib.rst209 .. method:: IMAP4.deleteacl(mailbox, who)
/external/python/cpython3/Doc/library/
Dimaplib.rst254 .. method:: IMAP4.deleteacl(mailbox, who)
/external/python/cpython2/Doc/whatsnew/
D2.4.rst1090 Yves Dionne) and new :meth:`deleteacl` and :meth:`myrights` methods (contributed
/external/python/cpython3/Doc/whatsnew/
D2.4.rst1090 Yves Dionne) and new :meth:`deleteacl` and :meth:`myrights` methods (contributed
/external/python/cpython2/Misc/
DHISTORY2836 - imaplib has two new methods: deleteacl and myrights.
/external/python/cpython3/Misc/
DHISTORY20220 - imaplib has two new methods: deleteacl and myrights.