Skip to content

Commit

Permalink
[+]: some testing with "Swift_CharacterStream_MbCharacterStream"-Clas…
Browse files Browse the repository at this point in the history
…s ... (revert v1)
  • Loading branch information
voku committed Mar 14, 2016
1 parent 5128f7d commit 66cc8a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/preferences.php
Expand Up @@ -22,4 +22,6 @@

// this should only be done when Swiftmailer won't use the native QP content encoder
// see mime_deps.php
$preferences->setQPDotEscape(true);
if (version_compare(phpversion(), '5.4.7', '<')) {
$preferences->setQPDotEscape(false);
}

0 comments on commit 66cc8a1

Please sign in to comment.