- chore: keep connection task reference for future use see - chore: fix invalid escape sequences using r-strings 116 - chore: drop Python2 crumbs 117
2.0.0
------
- refactor: rename imapserver into imap_testing_server - refactor: move imapserver into main package - refactor: move test module outside from main package - feat: add a script to be able to run imap testing server from command line
1.2.0
------
Cleanup and build upgrades release. Library has not been changed since previous version.
- build: passing from master to main default branch - build: test with python secure releases 3.9, 3.10, 3.11 - refactor: tests passing from asynctest to pytest-asyncio - build: from setuptools to poetry
1.1.0
------
- feat: Add a scrub option to send(), use that with LOGIN and AUTHENTICATE 94 - doc : Imap fetch example 89 - feat: Imap Oauth for Outlook 84 - tests: Use assert instead of unittest assertions 88 - build: Pytest, tox and GHA closes 81
1.0.1
------
- Correct ssl_context purpose to SERVER_AUTH. closes 78
1.0.0
------
After 5 years and 420 usages let's switch to 1.0.0.
- [aiolib] adds python 3.10 (but python 3.10 is failing on downloading interpretor) - [aiolib] adds getquotaroot command