Skip to content

v1.9.1

Latest
Compare
Choose a tag to compare
@ikvk ikvk released this 17 Jan 08:46
· 1 commit to master since this release
  • Replaced: functools.lru_cache to functools.cached_property
  • Replaced: .format() to f''
  • Optimized: speed for imap_utf7
  • Replaced: typing.AnyStr to utils.StrOrBytes