Releases: lieser/dkim_verifier
Releases · lieser/dkim_verifier
v0.4.2: Release version 0.4.2
- fixed alignment of warning-icon in mac (by Nils Maier) (#10)
v0.4.1: Release version 0.4.1
- DKIM-Signature header field name now in same style as the others (by Nils Maier) (#10)
- fixed bug if message needs to be downloaded from IMAP server (#6)
- added German translation (by ionum) (#7, #8)
- fixed relaxed canonicalization of a body with only empty lines (by ionum) (#9)
- small displaying changes in options
v0.4.0: Release version 0.4.0
- warnings are displayed
- added warning for
- Signature is expired
- Signature is in the future
- From is not in SDID
- From is not in AUID
- Signature key is small
- added option to treat testmode as warning, not as error (#5)
- added options for highlighting of From header
- added option to always show DKIM-Signature header field
- fixed relaxed body canonicalization for non trailing CRLF
- fixed parsing of Message canonicalization if only one algorithm is named (#4)
- added partial support of CNAME record type in DNS Library (#1)
- fix bug if nonexisting header field is signed
- fixed parsing of AUID
v0.3.3: Release version 0.3.3
- fixed issue with RSS feeds (#3)
- added debug info to rsasign-1.2.js
v0.3.2: Release version 0.3.2
- fixed regex pattern for SDID, Selector and local_part
v0.3.1: Release version 0.3.1
- fixed problem with CompactHeader addon (#2)
v0.3.0: Release version 0.3.0
- options dialog added
- body length tag was checked before canonicalization
- fixed simple body canonicalization for empty body or no trailing CRLF
- DNS, RSA, ... helper scripts now in DKIM_Verifier namespace
v0.2.2: Release version 0.2.2
- fixed regex pattern for domain_name ("." was not escaped)
v0.2.1: Release version 0.2.1
- query method was parsed wrong
- last header field was parsed wrong (#1)
- DNS exception now caught
v0.2: Release version 0.2
- check that from header is signed now included
- key record flags are no longer ignored
- Multiple Instances of a header Field are now supported
- encoding issue for body hash fixed