summaryrefslogtreecommitdiff
path: root/mail/changes
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2014-11-12 18:27:46 -0200
committerDuda Dornelles <ddornell@thoughtworks.com>2014-11-17 14:32:13 -0200
commita6026b347db8cb56b56ba61a635b5a56e5107841 (patch)
tree8220d9b0abb465b9607e8c8bc7bc7bbb9cb0eb08 /mail/changes
parent03283d27d972429886583b2a4902c4887b1849b5 (diff)
Moving encrypt, sign and send logic from gateway (SMTP) to a MailService
Diffstat (limited to 'mail/changes')
-rw-r--r--mail/changes/feature-6357_factor_encryptio_and_sending_out_of_encrypted_message1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/changes/feature-6357_factor_encryptio_and_sending_out_of_encrypted_message b/mail/changes/feature-6357_factor_encryptio_and_sending_out_of_encrypted_message
new file mode 100644
index 0000000..6b95c6a
--- /dev/null
+++ b/mail/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)