mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
added GET/SETANNOTATION methods
This commit is contained in:
parent
a0abb24729
commit
d80ef02ec0
2 changed files with 46 additions and 9 deletions
|
@ -222,6 +222,11 @@ data = authobject(response)
|
|||
The method is non-standard, but is supported by the \samp{Cyrus} server.
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{methoddesc}{getannotation}{mailbox, entry, attribute}
|
||||
Retrieve the specified \samp{ANNOTATION}s for \var{mailbox}.
|
||||
The method is non-standard, but is supported by the \samp{Cyrus} server.
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{methoddesc}{getquota}{root}
|
||||
Get the \samp{quota} \var{root}'s resource usage and limits.
|
||||
This method is part of the IMAP4 QUOTA extension defined in rfc2087.
|
||||
|
@ -357,6 +362,11 @@ msgnums = M.search(None, '(FROM "LDJ")')
|
|||
The method is non-standard, but is supported by the \samp{Cyrus} server.
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{methoddesc}{setannotation}{mailbox, entry, attribute\optional{, ...}}
|
||||
Set \samp{ANNOTATION}s for \var{mailbox}.
|
||||
The method is non-standard, but is supported by the \samp{Cyrus} server.
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{methoddesc}{setquota}{root, limits}
|
||||
Set the \samp{quota} \var{root}'s resource \var{limits}.
|
||||
This method is part of the IMAP4 QUOTA extension defined in rfc2087.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue