[issue11245] Implementation of IMAP IDLE in imaplib?

Gereon Kremer report at bugs.python.org
Wed Oct 3 15:59:32 CEST 2012


Gereon Kremer added the comment:

We have implemented this functionality according to RFC 2177.
We actually implemented a synchronous idle function that blocks until a timeout occurs or the server sent some event.

This is not the most flexible way, however it will provide a basic functionality that enables user to use imap idle based notifications.
Besides, every other solution would require threads or regular polling.

See attached patch file.

----------
keywords: +patch
nosy: +nafur
Added file: http://bugs.python.org/file27400/imapidle.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11245>
_______________________________________


More information about the Python-bugs-list mailing list