mirror of
https://github.com/moparisthebest/mail
synced 2024-12-23 07:48:48 -05:00
Update MESSAGE text
This commit is contained in:
parent
203a8a3990
commit
b5403ea278
@ -9,7 +9,7 @@ define(function(require) {
|
|||||||
app = require('js/app-config');
|
app = require('js/app-config');
|
||||||
|
|
||||||
var SUBJECT = '[whiteout] Encrypted message',
|
var SUBJECT = '[whiteout] Encrypted message',
|
||||||
MESSAGE = 'this is a private conversation just between the two of us. To read the encrypted message below, simply install Whiteout Mail for Chrome. The app is really easy to use and allows end-to-end encryption of your emails without any hassle: https://chrome.google.com/webstore/detail/whiteout-mail/jjgghafhamholjigjoghcfcekhkonijg\n\n\n',
|
MESSAGE = 'this is a private conversation. To read my encrypted message below, simply install Whiteout Mail for Chrome. The app is really easy to use and automatically encrypts sent emails, so that only the two of us can read them: https://chrome.google.com/webstore/detail/whiteout-mail/jjgghafhamholjigjoghcfcekhkonijg\n\n\n',
|
||||||
PREFIX = '-----BEGIN ENCRYPTED MESSAGE-----\n',
|
PREFIX = '-----BEGIN ENCRYPTED MESSAGE-----\n',
|
||||||
SUFFIX = '\n-----END ENCRYPTED MESSAGE-----',
|
SUFFIX = '\n-----END ENCRYPTED MESSAGE-----',
|
||||||
SIGNATURE = '\n\n\nSent from whiteout mail, for easy end-to-end encrypted messaging\nhttp://whiteout.io\n\n';
|
SIGNATURE = '\n\n\nSent from whiteout mail, for easy end-to-end encrypted messaging\nhttp://whiteout.io\n\n';
|
||||||
|
Loading…
Reference in New Issue
Block a user