Posted by garbanzito on November 30, 2009 at 11:35am
2 followers
Jump to:
| Project: | Notifications Add-ons |
| Version: | 6.x-4.x-dev |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Issue Summary
This patch adds RFC-compliant Message-ID, References and In-Reply-To headers to email sent for node and comment notifications. These are the headers necessary to get good threading in an email client.
I have tested with the Simple Mail and Messaging MIME Mail gateways, and I expect that the new headers will be ignored by the Messaging PHPMailer gateway until it too is patched.
| Attachment | Size |
|---|---|
| messaging_email_headers_for_threading.patch | 3.31 KB |
Comments
#1
This looks interesting. We wouldn't like to grow the Notifications module though and this can really be implemented as a plug-in.
Btw, there's hook_notifications_message_alter() on the 4.x branch.
#2
Thanks, I'll look at building it as a plug-in then. These are basic email standards which ought to be used followed by any email-generating software.