Willkommen bei den Thunderbird-Add-ons.
Fügen Sie Zusatzfunktionen und Stile hinzu, um sich Thunderbird zu Eigen zu machen.
SchließenVersionsgeschichte von DKIM Verifier
39 Versionen
Seien Sie vorsichtig mit alten Versionen!
Diese Versionen werden zu Referenz- und Testzwecken angezeigt. Sie sollten immer die letzte Version eines Add-ons verwenden.
Version 4.0.0pre4
- fixed incompatibility with Thunderbird 78 (#199)
- removed option to show DKIM result in the statusbarpanel
- Authentication-Results header: fixed parsing of version
- libunbound resolver: Don't provide a default path
- libunbound resolver: Improve options description
- added about page in options
- updated default rules and favicons (#208, #209, #210)
Changes since v4.0.0pre3:
- Don't provide a default libunbound path
- Sign rules: Special treatment of outgoing messages now supported
- Fixed relaxed ARH parsing option (#221)
- Fixed backtracking issues in parsing of from header, resulting in `InternalError: too much recursion`
- Fixed options page not correctly working if it was already open on start
- Add about page
- updated default rules and favicons (#209)
Current limitations:
- Storing of DKIM keys not implemented
- Sign rules: DMARC heuristic not implemented
- DKIM action in the header not implemented
Removed:
- Option to show DKIM result in the statusbarpanel
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Version 4.0.0pre3
- fixed incompatibility with Thunderbird 78 (#199)
- removed option to show DKIM result in the statusbarpanel
- Authentication-Results header: fixed parsing of version
Known issues:
- Storing of DKIM keys not implemented
- Sign rules: DMARC heuristic not implemented
- Sign rules: Special treatment of outgoing messages not implemented
- DKIM action in the header not implemented
Removed:
- Option to show DKIM result in the statusbarpanel
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Version 3.1.0
- includes changes from 2.2.0:
- Authentication-Results header: fix relaxed parsing option and trailing ";"
- exposed option on how to treat weak keys. Default is now ignore (was warning since 2.1.0) (#174)
- fixed default text color for unsigned e-mail in dark theme if highlighting of From header is enabled (#181)
- libunbound resolver: add ability to explicitly load dependencies of libunbound (#170, #179)
- updated default rules and favicons (#165, #168, #169, #180)
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Version 2.2.0
- exposed option on how to treat weak keys. Default is now ignore (was warning since 2.1.0) (#174)
- fixed default text color for unsigned e-mail in dark theme if highlighting of From header is enabled (#181)
- libunbound resolver: add ability to explicitly load dependencies of libunbound (#170, #179)
- updated default rules and favicons (#165, #168, #169, #180)
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Version 3.0.1
- fixed DKIM status not visible when a message is opened in a new window (#172)
- fixed incompatibility with CompactHeader add-on (#177)
- JSDNS: fixed proxy support (#173)
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Version 3.0.0
- fixed incompatibility with Thunderbird 68/69
- libunbound resolver: remove old root trust anchor (key tag 19036)
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Version 2.1.0
- updated default rules and favicons
- added Hungarian translation (by Óvári)
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Version 2.0.1
- fixed DMARC heuristic
- fixed "*" not being recognized as valid Service Type in DKIM Keys
- changed update DKIM key button to now update the keys of all DKIM signatures in the e-mail
- Authentication-Results header: fixed mixed case results specified by older SPF specs resulting in a parsing error
- JSDNS: fixed a problem getting the default DNS servers on Windows
- JSDNS: reduced default DNS server timeout from 10 to 5 seconds
- updated included third-party libraries
- updated default rules and favicons
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Version 2.0.0
- added toolbar button and menuitem for sign rules
- added option to try to read non RFC compliant Authentication-Results header
- fixed incompatibility with Thunderbird 57/59/60
- fixed favicons not being shown if the CardBook add-on is installed
- fixed "Add must be signed exception" button being disabled if wrong signer is only a warning
- updated default rules and favicons
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Version 1.7.0
- libunbound resolver: added new DNSSEC root trust anchor (key tag 20326)
- updated default rules and favicons
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Version 1.6.5
- updated default rules
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Version 1.6.4
- fixed incompatibility with Thunderbird 52 and libunbound
- updated default rules and favicons
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Version 1.6.3
- updated default rules and favicons
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Version 1.6.2
- fixed Problem with copied header fields
- updated default rules and favicons
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Version 1.6.1
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Version 1.6.0
- added option to show the favicon of some known signing domains (enabled by default)
- added option to show the ARH result alongside the add-ons, instead of replacing it
- JSDNS: differentiate between a server error and an non existing DKIM key
- sign rules: ignore must be signed for outgoing messages
- sign rules: updated default rules
- fixed updating a DKIM key or marking it as secure via the "Other Actions" button
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Version 1.5.1
- sign rules: updated default rules
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Version 1.5.0
- JavaScript DNS library: added support to use a proxy
- sign rules: updated default rules (added firefox.com)
- DKIM key: empty, but existing DNS record is now treated as a missing key instead as an ill-formed one
- fixed installing problem if extensions.getAddons.cache.enabled is set to false (https://bugzilla.mozilla.org/show_bug.cgi?id=1187725)
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Version 1.4.1
- Authentication-Results header: fixed trusting all authentication servers
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Version 1.4.0
- Authentication-Results header: reading of the ARH can now be set for each account
- Authentication-Results header: added option to only trust specific authentication servers
- Authentication-Results header: continue verification if there is no DKIM result in the ARH header
- Authentication-Results header: allow also unknown property types to be compliant with RFC 7601
- Authentication-Results header: fixed bug if ARH header exists, but no message authentication was done
- JavaScript DNS library: no longer get the DNS servers from deactivated interfaces under windows
- libunbound resolver: no longer blocks the UI of Thunderbird
- libunbound resolver: changing preferences no longer needs a restart
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Version 1.3.6
- added additional debugging calls
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Version 1.3.5
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Version 1.3.4
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Version 1.3.3
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Version 1.3.1
- fixed error resulting in incompatibility with Thunderbird 36
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Version 1.3.0
- added support for multiple signatures
- added option to read Authentication-Results header
- added French translation (by Christophe CHAUVET)
- fixed problem with JavaScript DNS Resolver and long DKIM keys, resulting in error "Key couldn't be decoded"
- fixed incompatibility with compact headers add-on
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Version 1.2.2
- fixed the showing of a wrong error reason in some cases of a bad RSA signature
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Version 1.2.1
- fixed comparison of domains (was case sensitive)
- fixed an issue in formated strings ("%S" was not replaced)
- updated default sign rules
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Version 1.1.2
- updated default sign rules
- Quelltext veröffentlicht unter MIT/X11-Lizenz
Um Ihre eigenen Sammlungen zu erstellen, müssen Sie einen Benutzeraccount bei Mozilla Add-ons haben.