$header object in hook_mailhandler()
calebtr - October 27, 2009 - 20:25
| Project: | Mailhandler |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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?

#1
Or 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!