mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-22 16:09:14 +08:00
4b7b2f20f5
This commit improves on nylas/N1#2343 (which allowed From and Reply-To to be different aliases @ the same domain) by allowing the address to differ by a subdomain. For example, the pairs: From: foo@bar.com Reply-To: foo@sub.bar.com From: foo@bar.co.uk Reply-To: foo@other.bar.co.uk From: foo@bar.com Reply-To: foobar@bar.com are each now allowed without warning.
22 lines
454 B
JSON
22 lines
454 B
JSON
{
|
|
"name": "phishing-detection",
|
|
"version": "0.2.1",
|
|
"main": "./lib/main",
|
|
"license": "GPL-3.0",
|
|
|
|
"title": "Phishing Detection",
|
|
"description": "Get warnings when an email specifies a reply-to address which is not the from address.",
|
|
"icon": "./icon.png",
|
|
"isOptional": true,
|
|
|
|
"engines": {
|
|
"nylas": ">=0.3.0 <0.5.0"
|
|
},
|
|
"windowTypes": {
|
|
"default": true,
|
|
"composer": true
|
|
},
|
|
"dependencies": {
|
|
"tld": "^0.0.2"
|
|
}
|
|
}
|