mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Patch #998149: imaplib deleteacl and myrights.
This commit is contained in:
parent
5785a1391e
commit
7b9190b8fc
4 changed files with 26 additions and 0 deletions
|
@ -182,6 +182,10 @@ data = authobject(response)
|
|||
Delete old mailbox named \var{mailbox}.
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{methoddesc}{deleteacl}{mailbox, who}
|
||||
Delete the ACLs (remove any rights) set for who on mailbox.
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{methoddesc}{expunge}{}
|
||||
Permanently remove deleted items from selected mailbox. Generates an
|
||||
\samp{EXPUNGE} response for each deleted message. Returned data
|
||||
|
@ -242,6 +246,10 @@ data = authobject(response)
|
|||
Returned data are tuples of message part envelope and data.
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{methoddes}{myrights}{mailbox}
|
||||
Show my ACLs for a mailbox (i.e. the rights that I have on mailbox).
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{methoddesc}{namespace}{}
|
||||
Returns IMAP namespaces as defined in RFC2342.
|
||||
\versionadded{2.3}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue