[Tickets #14074] Re: Sending notification after status change or adding comments fails
noreply at bugs.horde.org
noreply at bugs.horde.org
Mon Sep 21 18:03:35 UTC 2015
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: https://bugs.horde.org/ticket/14074
------------------------------------------------------------------------------
Ticket | 14074
Aktualisiert Von | heinz at htl-steyr.ac.at
Zusammenfassung | Sending notification after status change or adding
| comments fails
Warteschlange | Whups
Version | 3.0.4
Typ | Bug
Status | Feedback
Priorität | 1. Low
Milestone |
Patch |
Zuständige |
------------------------------------------------------------------------------
heinz at htl-steyr.ac.at (2015-09-21 18:03) hat geschrieben:
The only difference between master and 3.0.4 version of Driver.php is:
601c601
< $mail->addHeader('Message-ID', Horde_Mime::generateMessageId());
---
> $mail->addHeaderOb(Horde_Mime_Headers_MessageId::create());
3.0.4 version calls generateMessageId, which is marked deprecated
(Mime.php: Use Horde_Mime_Headers_MessageId::create() instead.)
In my installation i was using an older Mime.php -> empty MessageID ->
no notification mail
I think, commit 56cff2f99ccf5b137f33e728116e584ee4124599 fixed this
Nevertheless, why is the stable version of whups using a deprecated method?
I am still of the opinion commit
b637da251ef261369594eca30af8d94efa650683 should be in the next stable
release of whups
More information about the bugs
mailing list