Skip to content

Releases: thsmi/sieve

New Graphical Editor and Thunderbird 61+ Compatibility

28 Dec 22:49
Compare
Choose a tag to compare
  • Switch to the new graphical editor and a new parser
  • Thunderbird 61+ compatibility
    • Remove nsiDOMWindow
    • Remove convertFromByteArray
    • The GUI editor failed to load some templates in Thunderbird 61+
  • Updated translation
    • Portuguese
    • Hungarian
    • Dutch
  • Add host and username to password prompt.

Bugfix for SHA Authentication and proxy discovery

17 Mar 12:07
Compare
Choose a tag to compare
  • Fix bug in SHA, in some cases the client proof calculation failes (#101)
  • Workaround for proxy discovery in Thunderbird 58 (#102)

Reload SASL capabilities after STARTTLS

05 Mar 20:41
Compare
Choose a tag to compare

BUGFIX: Reload SASL capabilities after STARTTLS (see #100 for details)

Settings rewrite and Sieve Script UI fixes

04 Mar 21:31
Compare
Choose a tag to compare
  • Sieve UI failed with "TypeError: this.elements[i][0] is undefined" when parsing String lists.
  • Tabs handling within Sieve UI failed.
  • Rewrite of the internal settings logic. Expect some glitches and regressions.
  • Remove "tls if available" option, as it is considered to be unsafe.
  • Simplify authentication mechanism and move it from advanced to security tab

Proxy Discovery for Thunderbird 60+

11 Feb 18:15
Compare
Choose a tag to compare

Use lazy unloading

29 Dec 19:41
Compare
Choose a tag to compare
  • Make unloading resources lazy
    This adds some more time for a clean unload. And avoids the exception upon unload.

  • Force unload on uninstall.
    Upon uninstall the connection is no more closed gracefully.

New Locales and SCRAM-SHA-256

28 Dec 08:32
Compare
Choose a tag to compare
  • Update Localization
  • Add Dutch and Chinese locale.
  • Fix regression in SASL SCRAM-MD5 Mechanism
  • Add SASL SCRAM-SHA-256 Mechanism

Fix UI Glitches

24 Dec 14:45
Compare
Choose a tag to compare

BugFix: Undo and redo in editor were broken.
BugFix: Deprecated Iterator usage removed.
BugFix: Idle timeout was not canceled correctly, which caused unnecessary "noop" commands.
BugFix: Opening Error Console from settings failed silently.

Cleanup and Packaging

10 Dec 14:28
Compare
Choose a tag to compare

Fix #78 which may have causes addon updates to fail silently.

Enterkey triggers find and replace in search dialog. (Issue #59)

Graceful disconnect failed silently.

The addon was internally restructured/reorganized.
Obsolete dependencies and files are removed.
The message filter list overlay is deactivated. It is an experiment an should not be part of a release.
A gulp script is now used to package the xpi.

Thunderbird's API to open a website in a browser was changed.
This affected the donation button as well as the sieve reference.

Update about wordle with contributors

Switch to selfhosted XPIs

12 Nov 02:43
Compare
Choose a tag to compare
  • Adopt Addon to the changed Stream Pump API
  • Update CodeMirror and JQuery dependencies
  • Switch to selfhosted, signed xpis and custom update urls