mirror of
https://github.com/moparisthebest/mail
synced 2024-12-23 15:58:49 -05:00
remove sent securely by whiteout mail in encrypted message
This commit is contained in:
parent
8b71a57360
commit
1237fe684a
@ -935,7 +935,7 @@ define(function(require) {
|
||||
// mime encode, sign, encrypt and send email via smtp
|
||||
self._pgpMailer.send({
|
||||
encrypt: true,
|
||||
cleartextMessage: str.message + '\n\n' + str.signature + '\n\n',
|
||||
cleartextMessage: str.message + '\n\n',
|
||||
mail: email,
|
||||
publicKeysArmored: email.receiverKeys
|
||||
}, callback);
|
||||
|
Loading…
Reference in New Issue
Block a user