2015-10-03 06:38:48 +08: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](./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.
|
|
|
|
|
2015-11-18 07:47:51 +08:00
|
|
|
#### To build documentation (the manual way)
|
2015-10-03 06:38:48 +08:00
|
|
|
|
|
|
|
```
|
|
|
|
cjsx-transform lib/main.cjsx > docs/main.coffee
|
|
|
|
docco docs/main.coffee
|
|
|
|
rm docs/main.coffee
|
|
|
|
```
|