diff options
author | Duda Dornelles <ddornell@thoughtworks.com> | 2014-11-12 18:27:46 -0200 |
---|---|---|
committer | Duda Dornelles <ddornell@thoughtworks.com> | 2014-11-17 14:32:13 -0200 |
commit | 040faf2bf94db227246a00b38da8f92bfa0c8fa8 (patch) | |
tree | c2d41d770ba2d7d7beb86ef462b9be6b0ee8044e /changes | |
parent | 6102c35586bb925de2624d3164e6b9e7d8838a0e (diff) |
Moving encrypt, sign and send logic from gateway (SMTP) to a MailService
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature-6357_factor_encryptio_and_sending_out_of_encrypted_message | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/feature-6357_factor_encryptio_and_sending_out_of_encrypted_message b/changes/feature-6357_factor_encryptio_and_sending_out_of_encrypted_message new file mode 100644 index 0000000..6b95c6a --- /dev/null +++ b/changes/feature-6357_factor_encryptio_and_sending_out_of_encrypted_message @@ -0,0 +1 @@ +- Creates a OutgoingMail class that has the logic for encrypting, signing and sending messages. Factors that logic out of EncryptedMessage so it can be used by other clients (Closes: #6357) |