Announcing IMAPClient 0.3
Posted on
I've just made a new release of IMAPClient (0.3). Changes are:
- The distribution has been renamed from imapclient to IMAPClient so as follow the conventions used by modern Python packages. The Python package name remains imapclient however.
- Fixed a bug reported by Brian Jackson which meant more complex fetch
part selections weren't being handled correctly. (eg.
"BODY[HEADER.FIELDS (FROM)]"
). Thanks Brian! - IMAPClient is now distributed using setuptools.
IMAPClient can be installed from PyPI using easy_install IMAPClient
or
downloaded from my Code page. As
always, feedback and patches are most welcome