diff options
author | Georg Brandl <georg@python.org> | 2007-09-01 13:51:09 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-09-01 13:51:09 (GMT) |
commit | 55ac8f0f26efdbbcb5cc197f9369d23d50bee908 (patch) | |
tree | a0d5b7128c055d8c767652dc3948c3404be06396 /Doc/library/imaplib.rst | |
parent | 1617457cff847fed9fadb01f1acf6ba8bb621726 (diff) | |
download | cpython-55ac8f0f26efdbbcb5cc197f9369d23d50bee908.zip cpython-55ac8f0f26efdbbcb5cc197f9369d23d50bee908.tar.gz cpython-55ac8f0f26efdbbcb5cc197f9369d23d50bee908.tar.bz2 |
Get rid of the remaining versionadded/versionchanged directives.
Diffstat (limited to 'Doc/library/imaplib.rst')
-rw-r--r-- | Doc/library/imaplib.rst | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Doc/library/imaplib.rst b/Doc/library/imaplib.rst index fc7c230..977df13 100644 --- a/Doc/library/imaplib.rst +++ b/Doc/library/imaplib.rst @@ -82,7 +82,6 @@ The second subclass allows for connections created by a child process: ``stdin/stdout`` file descriptors created by passing *command* to ``os.popen2()``. - .. versionadded:: 2.3 The following utility functions are defined: @@ -207,8 +206,6 @@ An :class:`IMAP4` instance has the following methods: Delete the ACLs (remove any rights) set for who on mailbox. - .. versionadded:: 2.4 - .. method:: IMAP4.expunge() @@ -235,24 +232,18 @@ An :class:`IMAP4` instance has the following methods: Retrieve the specified ``ANNOTATION``\ s for *mailbox*. The method is non-standard, but is supported by the ``Cyrus`` server. - .. versionadded:: 2.5 - .. method:: IMAP4.getquota(root) Get the ``quota`` *root*'s resource usage and limits. This method is part of the IMAP4 QUOTA extension defined in rfc2087. - .. versionadded:: 2.3 - .. method:: IMAP4.getquotaroot(mailbox) Get the list of ``quota`` ``roots`` for the named *mailbox*. This method is part of the IMAP4 QUOTA extension defined in rfc2087. - .. versionadded:: 2.3 - .. method:: IMAP4.list([directory[, pattern]]) @@ -272,8 +263,6 @@ An :class:`IMAP4` instance has the following methods: the password. Will only work if the server ``CAPABILITY`` response includes the phrase ``AUTH=CRAM-MD5``. - .. versionadded:: 2.3 - .. method:: IMAP4.logout() @@ -291,15 +280,11 @@ An :class:`IMAP4` instance has the following methods: Show my ACLs for a mailbox (i.e. the rights that I have on mailbox). - .. versionadded:: 2.4 - .. method:: IMAP4.namespace() Returns IMAP namespaces as defined in RFC2342. - .. versionadded:: 2.3 - .. method:: IMAP4.noop() @@ -324,8 +309,6 @@ An :class:`IMAP4` instance has the following methods: Assume authentication as *user*. Allows an authorised administrator to proxy into any user's mailbox. - .. versionadded:: 2.3 - .. method:: IMAP4.read(size) @@ -393,16 +376,12 @@ An :class:`IMAP4` instance has the following methods: Set ``ANNOTATION``\ s for *mailbox*. The method is non-standard, but is supported by the ``Cyrus`` server. - .. versionadded:: 2.5 - .. method:: IMAP4.setquota(root, limits) Set the ``quota`` *root*'s resource *limits*. This method is part of the IMAP4 QUOTA extension defined in rfc2087. - .. versionadded:: 2.3 - .. method:: IMAP4.shutdown() @@ -476,8 +455,6 @@ An :class:`IMAP4` instance has the following methods: This is an ``IMAP4rev1`` extension command. - .. versionadded:: 2.4 - .. method:: IMAP4.uid(command, arg[, ...]) |