IMAPClient 0.9.1

Posted on

IMAPClient 0.9.1 is out! In this release:

  • OAUTH2 support: OAUTH v1 is still supported by Gmail but is now deprecated. Thanks to Zac Witte for the patch for version 2 support.
  • Stream support: It is now possible to have IMAPClient run an external command to establish a connection to an IMAP server. This is useful for exotic connection or authentication setups. Thanks to Dave Eckhardt for the original patch.
  • livetest updates to deal with the way Gmail now handles with new messages.

See the NEWS file and manual for more details.

As always, IMAPClient can be installed from PyPI (pip install imapclient) or downloaded from the IMAPClient site.