Skip to content

Commit

Permalink
No longer need to use the send8bit property
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Oct 28, 2014
1 parent 05d4347 commit c40a3c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions framework/Mime/lib/Horde/Mime/Part.php
Expand Up @@ -1748,8 +1748,6 @@ public function send($email, $headers, Horde_Mail_Transport $mailer,
case '8bit':
if ($mailer instanceof Horde_Mail_Transport_Smtp) {
$mailer->addServiceExtensionParameter('BODY', '8BITMIME');
} elseif ($mailer instanceof Horde_Mail_Transport_Smtphorde) {
$mailer->send8bit = true;
}
break;
}
Expand Down
2 changes: 1 addition & 1 deletion framework/Mime/package.xml
Expand Up @@ -392,7 +392,7 @@
<package>
<name>Horde_Mail</name>
<channel>pear.horde.org</channel>
<min>2.1.1</min>
<min>2.5.0</min>
<max>3.0.0alpha1</max>
<exclude>3.0.0alpha1</exclude>
</package>
Expand Down

0 comments on commit c40a3c9

Please sign in to comment.