imapclient
imapclient copied to clipboard
An easy-to-use, Pythonic and complete IMAP client library
Bumps [setuptools](https://github.com/pypa/setuptools) from 72.1.0 to 80.9.0. Changelog Sourced from setuptools's changelog. v80.9.0 Features Set a deadline for the removal of pkg_resources later this year (December). (#3085) Removed reliance on pkg_resources...
Bumps [black](https://github.com/psf/black) from 25.9.0 to 25.11.0. Release notes Sourced from black's releases. 25.11.0 Highlights Enable base 3.14 support (#4804) Add support for the new Python 3.14 t-string syntax introduced by...
Bumps [isort](https://github.com/PyCQA/isort) from 5.12.0 to 6.1.0. Release notes Sourced from isort's releases. 6.1.0 Changes Update docs discussions channel (#2410) @staticdev Add python 3.14 classifier and badge (#2409) @staticdev Drop use...
This will allow the removal of a lot of old setuptools cruft, including setup.py
Dear imapclient developers, the patch below implements a (rudimentary) support for IMAP NOTIFY (being able to IDLE events in many mailboxes and selecting interesting events) ```patch From 8df794a20dfd4193208f7db1e864561bc79a8610 Mon Sep...