mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-19 14:40:26 +08:00
10 lines
422 B
Markdown
10 lines
422 B
Markdown
## Phishing Detection
|
|
|
|
A sample package for Mailspring to detect simple phishing attempts. This package display a simple warning if
|
|
a message's originating address is different from its return address. The warning looks like this:
|
|
|
|
![screenshot](./screenshot.png)
|
|
|
|
#### Who is this for?
|
|
|
|
This package is our slimmest example package. It's annotated for developers who have no experience with React, Flux, Electron, or N1.
|