Closed (duplicate)
Project:
Mailhandler
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2009 at 20:25 UTC
Updated:
27 Jan 2011 at 00:22 UTC
I'm writing an implementation of hook_mailhandler($node, $result, $i, $header, $mailbox).
It looks like the $header object has a field for both 'subject' and 'Subject'.
What's the difference between these two, and looking forward to future versions of Mailhandler, which should I depend on?
Comments
Comment #1
calebtr commentedOr is it just that my test messages came with both headers? I'm going to assume most clients are going to only send the one with the capital S. Thanks for your input!
Comment #2
ilo commentedActually, I have no idea at all. I'm still making a code review from the administrative interface and just bumped into the hooks documentation, that seems to be a kind of mistery :)
As this is not the only one concern about hook_mailhandler, let's move this to the issue at #1040240: Document module hooks.