From a6026b347db8cb56b56ba61a635b5a56e5107841 Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Wed, 12 Nov 2014 18:27:46 -0200 Subject: Moving encrypt, sign and send logic from gateway (SMTP) to a MailService --- .../feature-6357_factor_encryptio_and_sending_out_of_encrypted_message | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/feature-6357_factor_encryptio_and_sending_out_of_encrypted_message (limited to 'mail/changes') 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) -- cgit v1.2.3