Martin Krivosija

Results 9 comments of Martin Krivosija

What do you mean by wrap the Javascript?

I guess this is essentially abandoned.

I'd recommend using PHP default IMAP functions if you're still facing issues, they work well.

For the moment, I'm looking through $inbound->Headers and grabbing "Received SPF" full record manually. :) ``` $json = json_decode(file_get_contents('php://input')); foreach($json->Headers as $header) { if($header->Name == 'Received-SPF') { return $header->Value; }...

Have you checked debug bar? There's likely something else going on. https://github.com/barryvdh/laravel-debugbar

This would be amazing if its still in the development roadmap!

You might find my issue here useful: #155

This would be incredible!