Mailspring/examples/N1-Phishing-Detection
2015-10-02 15:38:48 -07:00
..
docs add phishing detection example 2015-10-02 15:38:48 -07:00
lib add phishing detection example 2015-10-02 15:38:48 -07:00
spec add phishing detection example 2015-10-02 15:38:48 -07:00
stylesheets add phishing detection example 2015-10-02 15:38:48 -07:00
.gitignore add phishing detection example 2015-10-02 15:38:48 -07:00
package.json add phishing detection example 2015-10-02 15:38:48 -07:00
README.md add phishing detection example 2015-10-02 15:38:48 -07:00
screenshot.png add phishing detection example 2015-10-02 15:38:48 -07:00

Phishing Detection

A sample package for Nylas Mail 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