Skip to content

Commit

Permalink
prepare release of v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ldreier committed Mar 24, 2024
1 parent bea5258 commit d0a647e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
Thunderbird Add-on "Correct Identity" (v2.2.x)
Thunderbird Add-on "Correct Identity" (v2.4.x)
==============================================

This add-on version works with Thunderbird versions >= 91.3.1.
The previous version v2.0.1 supported Thunderbird version >= 78.0
This add-on version works with Thunderbird versions >= 102.0

Version Support History:
Last version v2.3.2 supported Thunderbird version >= 91.0
Version v2.1.1 supported Thunderbird version >= 91.0
Version v2.0.1 supported Thunderbird version >= 78.0


It's a **perfect alternative/continuation**

Expand Down Expand Up @@ -37,10 +42,19 @@ Features
* Choose the initial "from" identity when composing a new email
* Choose the "from" identity when replying to a message
* based on the original recipients of the replied-to message
* **NEW in 2.4.x:** based on addressbook entries
* based on non-standard SMTP header fields of the replied-to message (**new feature**: "Advanced: Additional mail headers")
* Automatically change the "from" identity when addressing specific recipients
* Warn if specific recipients are included in a email send from a specific identity

### **NEW in 2.4.x:** Addressbook Match
Instead of using individual match entries, also a complete addressbook can be checked for a match.
As an example you can add the following line to the text field:
addressbook="My Private Address Book"

The string in quotes is the name of the address book as given in the
address book pane. Can be copied from address book properties.

### Advanced: Additional mail headers
[Email header fields](https://en.wikipedia.org/wiki/Email#Header_fields) are keywords in the SMTP (Simple Mail Transfer Protocol) message. E.g. "**To**" identifies the email recipient.
Beyond those standard headers, some email providers use vendor-specific headers e.g. to identify the original recipient of a forwarded message. Some known headers are:
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"gecko": {
"id": "{47ef7cc0-2201-11da-8cd6-0800200c9a66}",
"strict_min_version": "102.0",
"strict_max_version": "115.*"
"strict_max_version": "*"
}
},
"default_locale": "en-US",
Expand Down

0 comments on commit d0a647e

Please sign in to comment.