Mailspring/app/internal_packages/phishing-detection
2017-09-05 13:40:25 -07:00
..
docs Clean up project directory structure, removing legacy packages folder 2017-08-10 19:24:10 -07:00
lib Clean up project directory structure, removing legacy packages folder 2017-08-10 19:24:10 -07:00
specs Fix specs, move super broken specs out of the way for now 2017-08-26 00:25:49 -04:00
styles Clean up project directory structure, removing legacy packages folder 2017-08-10 19:24:10 -07:00
icon.png Clean up project directory structure, removing legacy packages folder 2017-08-10 19:24:10 -07:00
package.json Switch product name to “Mailspring” 2017-09-05 13:40:25 -07:00
README.md Switch product name to “Mailspring” 2017-09-05 13:40:25 -07:00
screenshot.png Clean up project directory structure, removing legacy packages folder 2017-08-10 19:24:10 -07:00

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

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.

To build documentation (the manual way)

cjsx-transform lib/main.cjsx > docs/main.coffee
docco docs/main.coffee
rm docs/main.coffee