Ollie Ford
|
3df2b1e3be
|
warns suspicious message only on differing domain (#2343)
For example, the following is *not* suspicious:
```
From: foo@example.org
Reply-To: bar@example.org
```
While the following remains suspicious:
```
From: foo@example.org
Reply-To: foo@example.com
```
This commit fixes #2342.
|
2016-05-31 12:08:18 -07:00 |
|
Evan Morikawa
|
837627aa39
|
feat(babel6): 1,774 linter errors
|
2016-05-06 11:55:46 -07:00 |
|
Simon Seyer
|
9b14c551e2
|
Fixed text overflow in phishing detection indicator
|
2016-03-11 20:33:06 +01:00 |
|
Ben Gotow
|
092fb99a17
|
fix(phishing): Tie to MessageStore so it works when msgs aren't ready
|
2016-03-03 14:39:15 -08:00 |
|
Ben Gotow
|
84b92af0e7
|
💄(bars): No email address overflowing phising / autoload images bars
|
2016-03-03 14:16:54 -08:00 |
|
Ben Gotow
|
94badcda15
|
es6(*): convert 20+ source files used in example packages to ES2016
There could be a few lurking bugs. Please test!
|
2016-02-29 18:47:22 -08:00 |
|
Ben Gotow
|
34da43c42a
|
💄(icon): A delightful seafoam green icon
|
2016-02-23 10:35:08 -08:00 |
|
mbilker
|
efc9950ead
|
fix(phishing): set the package name to the correct value
|
2016-01-14 22:43:40 -05:00 |
|
Ben Gotow
|
460a715e4d
|
fix(examples): examples => packages, move away from installing them
|
2016-01-07 14:56:34 -08:00 |
|