ANN: IMAPClient 0.10

Menno Smits menno at freshfoo.com
Thu Jun 6 01:31:21 CEST 2013


I'm very happy to announce IMAPClient 0.10.

IMAPClient is an easy-to-use, Pythonic and complete IMAP client library
that is much friendlier to use than the imaplib module in the standard
library. It is mature and well tested, including functional tests that
check against actual IMAP server implementations.

This is the first release to support Python 3. Python versions 2.6, 2.7,
3.2 and 3.3 are now officially supported. Support for Python 2.4 and 2.5
has been dropped.

For details on what's changed in this release please see this blog post:
http://freshfoo.com/blog/imapclient-0.10

and the news file:
https://bitbucket.org/mjs0/imapclient/src/tip/NEWS.rst

Related links:
* Project home: http://imapclient.freshfoo.com/
* Bitbucket: https://bitbucket.org/mjs0/imapclient/
* PyPI: https://pypi.python.org/pypi/IMAPClient/0.10
* Documentation: https://imapclient.readthedocs.org/

- Menno


More information about the Python-announce-list mailing list