Skip to content

Releases: moisseev/rspamd-spamness

2.0.0a4

02 Apr 05:44
Compare
Choose a tag to compare
2.0.0a4 Pre-release
Pre-release
  • Fix setting headers values on add-on initialization

2.0.0a3

28 Mar 20:23
Compare
Choose a tag to compare
2.0.0a3 Pre-release
Pre-release
  • Add support for messages displayed in a window
  • Fix symbols header context menu initialization

2.0.0a2

01 Mar 13:53
Compare
Choose a tag to compare
2.0.0a2 Pre-release
Pre-release

The add-on has been rewritten as a MailExtension (#22).

  • This breaks compatibility with previous Thunderbird versions.
  • The add-on requires full unrestricted access to Thunderbird for being able to maintain functionality that is missing in MailExtension API.

Notable changes:

  • Rmilter support has been dropped as Rmilter has been deprecated a long time ago.
  • Training buttons are missing drop-down "move/copy" menus. No time to implement.
  • Default and per-account training folder settings has been changed. Each folder URI textbox is replaced by an account selector and a folder path textbox.

Known major issues:

  • Currently MailExtension API does not provide support for message parts on demand loading. Thus, in order to get headers the add-on has to load full mail message.
  • "Unexpected error moving messages: 2147500037" and "Unexpected error copying messages: 2147500037" while moving/copying messages with training buttons. Workaround: open a folder in the destination account before moving/copying (once per session is enough).

Migration from previous versions
The add-on does not offer automated configuration migration from the XUL extension. After upgrade you should tweak the add-on configuration according to you needs.

1.1.1

01 May 06:34
Compare
Choose a tag to compare
  • Fix RGBA matching in theme detection when leading zero is omitted in Alpha channel (by @ichier)

1.1.0

01 Jan 15:19
Compare
Choose a tag to compare
  • Added per-account folder location settings options dialog window that allows to set distinct ham/spam training folder URIs for mail accounts.
  • Added dark Thunderbird themes and OS color modes support which is limited to the message header pane (background of the Rspamd symbols) as Thunderbird dark mode seems not consistent yet.
  • Fixed moving/copying messages to "per-account" training folders from subfolders. In previous add-on versions per-account training folders worked only for moving/copying from the root folders and 1 level deep.
  • Restored add-on options item in the context menu.
  • Fixed groupboxes display in the main add-on options window.
  • The add-on preferences tab converted to a dialog window.
  • Now preferences in the main add-on options window are saved instantly after they have been changed.

1.0.0

10 Dec 10:25
Compare
Choose a tag to compare
  • Convert to Thunderbird 68 compatible add-on (by @RemcodM). This breaks compatibility with previous Thunderbird versions.
  • Add rules dialog auto-sizing.

0.9.1

23 Mar 14:15
Compare
Choose a tag to compare
  • Added support for Haraka

0.9.0

29 Jan 07:27
Compare
Choose a tag to compare
  • Added limited support for SpamAssassin-based spam filters
  • Added support for multiple user-defined spam score headers
  • Added ability to set different default actions (copy, move) for training buttons
  • Removed icon from 'Spam score' column header in favor of the sorting order icon
  • Dropped support for old versions of Thunderbird. Currently supported versions are 24.0 - 60.*

0.8.8

01 Sep 18:52
Compare
Choose a tag to compare
  • Add ability to set different default actions for training buttons

0.8.7

06 Jul 07:43
Compare
Choose a tag to compare
  • Fix headers display for messages opened in a window. Reported by: Alexander Sinev (@alexsinev) via private chat.