Vincent Dauce
Vincent Dauce
@mpociot you did a very great job with Laravel Mailbox. By building https://github.com/mailcare/mailcare and maintaining https://github.com/php-mime-mail-parser/php-mime-mail-parser, I already dreamt to create this connector for laravel, you did it with a...
https://github.com/php-mime-mail-parser/php-mime-mail-parser/issues/43
@ThomasLandauer This PR fixed the issue #332 For now I'm not sure to merge it on master, it doesn't look like a clean code. What do you think?
> nother thing that could be at least helpful is having the parser validate that the file extension written to disk matches the Content-Type rather than being absent and having...
#331
I try to launch MutaTesting but it doesn't work : php mutatesting.phar phpunit /home/xxx/php-mime-mail-parser/vendor/bin/phpunit /home/xxx/php-mime-mail-parser/test/eXorus/PhpMimeMailParser/ --report-html=/home/xxx/php-mime-mail-parser/file.html --options="-c phpunit.xml" Mutation testing tool for PHP, by Jean-François Lépine http://www.lepine.pro Executing test suite......
Hello, Example: `"Alan \"Crane\" Woke"` It should be parsed to `Alan "Crane" Woke` but it is being parsed to: `Alan \ Crane\ Woke` See RFC2822 for further information: https://www.ietf.org/rfc/rfc2822.txt (Page...