Skip to content

Releases: tonioo/sievelib

1.4.3

25 Nov 08:45
69f644c

Choose a tag to compare

What's Changed

  • Added support for address test in factory. by @tonioo in #115
  • Dropped python 3.8 support and added python 3.12+ by @tonioo in #118
  • Added missing require statement when using create arg with fileinto by @tonioo in #117
  • Add Notify Extension by @QHivert in #120
  • Improve code discoverability and fix warnings by @sapristi in #122
  • Add xoauth2 auth mechanism by @QHivert in #121
  • Support implicit TLS connections by @kewisch in #123
  • Refactored SSL connection related code by @tonioo in #124

New Contributors

Full Changelog: 1.4.2...1.4.3

1.4.2

08 Jan 09:25
76122b6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.1...1.4.2

1.4.1

18 Jul 08:51
f164615

Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.4.1

1.4.0

11 Apr 08:00
3ccb90b

Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.4.0

1.3.0

28 Mar 10:54

Choose a tag to compare

What's Changed

  • Added support for OAUTHBEARER auth mechanism by @tonioo in #109

Full Changelog: 1.2.1...1.3.0

1.2.1

07 Dec 10:24
cc76519

Choose a tag to compare

Fixed parser issues regarding missing comma in tests accepting testlist arguments.