Skip to content

Releases: lieser/dkim_verifier

v1.3.0pre3

11 Sep 12:18
Compare
Choose a tag to compare
v1.3.0pre3 Pre-release
Pre-release
  • added support for multiple signatures (#35)
  • added option to read Authentication-Results header (#31)
  • added French translation (by Christophe CHAUVET)
  • fixed problem with JavaScript DNS Resolver and long DKIM keys, resulting in error "Key couldn't be decoded"
  • temporary disabled saving of result (loading an already saved result still works)

fixes for 1.3.0pre2:

  • fixed error if viewed e-mail has no DKIM signature

v1.3.0pre1

23 Aug 15:43
Compare
Choose a tag to compare
v1.3.0pre1 Pre-release
Pre-release
  • added option to treat ill-formed selector tag as as error/warning/nothing (default warning; previous behavior was error)

v1.2.2

16 Aug 22:36
Compare
Choose a tag to compare
  • added Chinese (Simplified) translation (by YFdyh000)
  • fixed the showing of a wrong error reason in some cases of a bad RSA signature

v1.2.1

30 Jun 12:28
Compare
Choose a tag to compare
  • fixed an issue in formated strings ("%S" was not replaced)

v1.2.0

25 Jun 16:38
Compare
Choose a tag to compare
  • added option for sign rules to allow also subdomains of the SDIDs (enabled by default)
  • fixed comparison of domains (was case sensitive)
  • updated default sign rules

v1.1.2

08 May 16:47
Compare
Choose a tag to compare
  • fixed error if e-mail is from a domain on the public suffix list (like "googlecode.com")
  • updated default sign rules (#26)

v1.1.1

10 Apr 15:02
Compare
Choose a tag to compare
  • fixed bug in use of libundboud (non existing domain was treated as server error; caused problems with DMARC)

v1.1.0

07 Apr 12:51
Compare
Choose a tag to compare
  • added options for automatically added sign rules
  • added option to use DMARC to heuristically determinate if an e-mail should be signed
  • fixed sign rules being automatically added even if signRules are disabled
  • fixed bug in getting DNS name server from OS under Linux/Mac (last line was not read) (#24)

v1.0.5

14 Jan 12:42
Compare
Choose a tag to compare
  • added Italian translation (by Michele Locati) (#22)
  • statusbarpanel and tooltip are now set to loading on reverify
  • DKIM Keys and signers rules window can now be opened at the same time

v1.0.4

20 Dec 17:02
Compare
Choose a tag to compare
  • fixed bug in an error message of the JavaScript DNS library (#20)
  • added advanced options for the JavaScript DNS library useful in case of a bad network connection (not available through the add-on options; more info in the wiki) (#20)