Skip to content

Releases: ProtonMail/libsieve-php

Version 3.0.0

11 May 13:52
823c671
Compare
Choose a tag to compare
  • [BC] Clean the codebase to add type-hints
  • PHP 8.0+ is now required
  • Fix some comments and clean the readme
  • Add github actions

The logic didn't change, it's mostly an upgrade of the code-base to better standards.

Sieve v2.0.3

26 Nov 20:05
5ffb3be
Compare
Choose a tag to compare

Buxfix:

  • Required parameters were not handled correctly when the parameter was not given at all

Style:

  • Using last Proton coding standards
  • README improvements

Faster parsing of large scripts

08 Feb 20:13
b568743
Compare
Choose a tag to compare
Merge pull request #22 from ProtonMail/fix/large_script_parsing_perf

Use byte offsets in preg_match rather than mb_substr

Sieve V2

03 Dec 17:40
Compare
Choose a tag to compare
  • fixed various bugs
  • add various extensions
  • add comment in tree