jjaffeux / postmark-inbound-php

Simple API wrapper for Postmark Inbound Hook
http://developer.postmarkapp.com/developer-inbound.html
MIT License
97 stars 20 forks source link

$inbound->Headers('Message-ID); not retrieving value #5

Closed tjunction closed 11 years ago

tjunction commented 11 years ago

When a email is forwarded from gmail, the gmail message-id for that email which is in headers in not retrieved. It returns empty. All other header values work fine though.

jjaffeux commented 11 years ago

I suspect it's a Postmark issue and not related to my wrapper, could you contact the support please ?

jjaffeux commented 11 years ago

You could also inspect the raw json to see if the value is set in it, if not it's Postmarkapp issue if yes it's an issue of postmark-inbound-php

tjunction commented 11 years ago

I contacted postmarkapp. Awaiting reply. In fact in zip file in the fixtures/inbound.js the Message-ID is set in headers and has value

but then when you try to run examples/without_composer/index.php and add $inbound->Headers('Message-ID); it returns null (empty)