Skip to content

Commit

Permalink
Fix regression in sending S/MIME messages over EAS.
Browse files Browse the repository at this point in the history
This was causing messages to be altered, therefore signatures were
invalid.
  • Loading branch information
mrubinsk committed Apr 27, 2017
1 parent 900790e commit 0521c08
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -62,6 +62,7 @@ protected function _buildMessage()
$this->_logger->meta('Building MIME Message.');
if (!$this->_canModify()) {
$this->_buildEncrypted();
return;
}

// The base MIME part.
Expand Down

0 comments on commit 0521c08

Please sign in to comment.