IMAPClient 0.12

Menno Smits menno at freshfoo.com
Mon Jan 12 13:29:15 CET 2015


IMAPClient is an easy-to-use, Pythonic and complete IMAP client
library.

Version 0.12 has just been released with the following highlights:

* Unicode handling has been fixed. Some bad decisions were made during
  the Python 3 port (v0.10) and this release fixes that. Bytes are now
  returned in most places (instead of unicode strings).
* MODSEQ parts in SEARCH responses are now handled correctly. A crash
  has been fixed when MODSEQ queries (part of the CONDSTORE extension)
  are made with the search method. The returned MODSEQ value is now
  available via the "modseq" attribute on the returned list of ids.
* Extra __init__ keyword args are passed through. This allows access to
  SSL options that the underlying imaplib library might support (Python
  version dependent).
* Python 3.4 is now officially supported.
* More control over OAUTH2 parameters.
* The deprecated get_folder_delimiter() method has been removed.

Many thanks go to Inbox for sponsoring the significant unicode changes
in this release. More about them at http://inboxapp.com/.

More details about this release can be found at:

* https://bitbucket.org/mjs0/imapclient/src/tip/NEWS.rst
* http://imapclient.readthedocs.org/en/0.12/
* http://imapclient.freshfoo.com/
* https://pypi.python.org/pypi/IMAPClient/0.12


More information about the Python-announce-list mailing list