mirror of
https://github.com/moparisthebest/mail
synced 2025-02-27 08:11:44 -05:00
review auto verification
This commit is contained in:
parent
14919847e3
commit
5d07098baf
@ -1,8 +1,6 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.11"
|
|
||||||
- "0.10"
|
- "0.10"
|
||||||
- "0.8"
|
|
||||||
before_install:
|
before_install:
|
||||||
- gem install sass
|
- gem install sass
|
||||||
- npm install -g grunt-cli
|
- npm install -g grunt-cli
|
||||||
|
@ -41,8 +41,7 @@ define([], function() {
|
|||||||
cryptPrefix: '-----BEGIN PGP MESSAGE-----',
|
cryptPrefix: '-----BEGIN PGP MESSAGE-----',
|
||||||
cryptSuffix: '-----END PGP MESSAGE-----',
|
cryptSuffix: '-----END PGP MESSAGE-----',
|
||||||
signature: 'Sent securely from whiteout mail',
|
signature: 'Sent securely from whiteout mail',
|
||||||
webSite: 'http://whiteout.io',
|
webSite: 'http://whiteout.io'
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -243,6 +243,7 @@ define(function(require) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
function handleMail(email, localCallback) {
|
function handleMail(email, localCallback) {
|
||||||
|
// remove subject filter prefix
|
||||||
email.subject = email.subject.split(str.subjectPrefix)[1];
|
email.subject = email.subject.split(str.subjectPrefix)[1];
|
||||||
|
|
||||||
// encrypted mail
|
// encrypted mail
|
||||||
|
Loading…
x
Reference in New Issue
Block a user