Skip to content

Commit

Permalink
whups now uses new Horde_Mime_Header code
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz authored and yunosh committed Feb 2, 2016
1 parent d6743e2 commit fcd4e3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion whups/lib/Driver.php
Expand Up @@ -598,7 +598,7 @@ public function mail(array $opts)

$mail->setBody($body);

$mail->addHeader('Message-ID', Horde_Mime::generateMessageId());
$mail->addHeaderOb(Horde_Mime_Headers_MessageId::create());
if ($opts['ticket']) {
$message_id = '<whups-' . $opts['ticket']->getId() . '-'
. md5($user) . '@' . $conf['server']['name'] . '>';
Expand Down
2 changes: 1 addition & 1 deletion whups/package.xml
Expand Up @@ -570,7 +570,7 @@
<package>
<name>Horde_Mime</name>
<channel>pear.horde.org</channel>
<min>2.0.0</min>
<min>2.5.0</min>
<max>3.0.0alpha1</max>
<exclude>3.0.0alpha1</exclude>
</package>
Expand Down

0 comments on commit fcd4e3e

Please sign in to comment.