mirror of
https://github.com/moparisthebest/mail
synced 2025-01-30 22:50:17 -05:00
review auto verification
This commit is contained in:
parent
14919847e3
commit
5d07098baf
@ -1,8 +1,6 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.11"
|
||||
- "0.10"
|
||||
- "0.8"
|
||||
before_install:
|
||||
- gem install sass
|
||||
- npm install -g grunt-cli
|
||||
|
@ -41,8 +41,7 @@ define([], function() {
|
||||
cryptPrefix: '-----BEGIN PGP MESSAGE-----',
|
||||
cryptSuffix: '-----END PGP MESSAGE-----',
|
||||
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) {
|
||||
// remove subject filter prefix
|
||||
email.subject = email.subject.split(str.subjectPrefix)[1];
|
||||
|
||||
// encrypted mail
|
||||
|
Loading…
Reference in New Issue
Block a user