Skip to content

Commit

Permalink
removed IMAP IDLE transport experimental warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cccaballero committed Mar 22, 2018
1 parent 94af0e3 commit d35ce89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/transports.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ Example::
Imap Idle Receiver Transport
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. warning:: Experimental

The :class:`~mailproc.transports.ImapIdleReceiverTransport` class aims to establish
an IDLE connection to an IMAP server for a fast and efficient email retrieving.
The new :class:`~mailproc.transports.ImapIdleReceiverTransport` object will require
Expand Down
2 changes: 0 additions & 2 deletions mailproc/transports/imap_idle_receiver_transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

class ImapIdleReceiverTransport(ImapReceiverTransport):
"""
.. warning:: Experimental
IMAP Idle Receiver Transport. This class instances a receiver object for the IMAP
protocol which uses the IMAP IDLE check for obtaining new emails
Expand Down

0 comments on commit d35ce89

Please sign in to comment.