From 5119c8772e7b555a07eb0019e31bec9d72e66953 Mon Sep 17 00:00:00 2001 From: lieser Date: Sun, 2 Apr 2023 22:25:36 +0200 Subject: [PATCH] Release version 5.2.0 --- CHANGELOG.md | 8 ++++---- manifest.json | 2 +- modules/arhParser.mjs.js | 3 +++ 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc935f2c..f1d1d4ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,20 +4,20 @@ All notable changes to this project will be documented in this file. -## Unreleased +## 5.2.0 (2023-04-02) ### Enhancements - Extract the received time from the last Received header and use it as the verification time (#336). -- Fixed incompatibility with Thunderbird 113 (#352) +- Fixed incompatibility with Thunderbird 113 (#352). ### Fixes - Fixed extension not working for attached or external messages (#216). Requires Thunderbird 106 or later. - Fixed empty tags being treated as ill-formed. This e.g. fixes revoked DKIM keys. -- Fixed tooltip for From header in Thunderbird 102 or newer (#311) -- Fixed missing body resulting in internal error (#347) +- Fixed tooltip for From header in Thunderbird 102 or newer (#311). +- Fixed missing body resulting in internal error (#347). ### Other diff --git a/manifest.json b/manifest.json index 26700058..bc5d95c6 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_about_name__", "description": "__MSG_about_summary__", - "version": "5.1.1", + "version": "5.2.0", "author": "Philippe Lieser", "homepage_url": "https://github.com/lieser/dkim_verifier/wiki", "default_locale": "en_US", diff --git a/modules/arhParser.mjs.js b/modules/arhParser.mjs.js index ea918951..36e7c649 100644 --- a/modules/arhParser.mjs.js +++ b/modules/arhParser.mjs.js @@ -5,6 +5,9 @@ * - IDNA A-labels and U-labels are not verified to be valid. * - A-labels are not converted into U-labels (e.g. to compare "authserv-id") * + * Email Authentication Parameters: + * https://www.iana.org/assignments/email-auth/email-auth.xhtml + * * Copyright (c) 2014-2023 Philippe Lieser * * This software is licensed under the terms of the MIT License.