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 committed Nov 11, 2014
1 parent 7e9b8e0 commit b637da2
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 @@ -595,7 +595,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 @@ -568,7 +568,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 b637da2

Please sign in to comment.