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
0.9.0
------ Please note that this release changes the API : response lines are now all of bytes type (and not in string).
- [aiolib] compatible with python 3.9 - [aiolib] avoid having distinct types (str/bytes) in response lines
0.8.0
------- - [aiolib] adds type hints - [aiolib] use async/await syntax (remove support for python 3.4) - [aiolib] fixes issue 30 on idle race condition - [aiolib] fixes the allowed version
0.7.18
------- - [aiolib] fix the fix python 3.7 don't use the 7.17
0.7.17
------- - [aiolib] fix loading issue when importing aioimaplib with python 3.7
0.7.16
------- merge from darkrain42
- [aiolib] fix interaction between idle loop and server keepalive - [aiolib] fix cert verification on debian buster - [test] fix imapserver literal handling on Python 3.6.5+ - [test] tests: Replace calls to asyncio.async with asyncio.ensure_future