Vincent Dauce

Results 51 comments of Vincent Dauce

The function `mailparse_msg_extract_part()` only extract the part as a string. So not useful. I expect from mailparse an array of the email, if I have to decode each line it's...

Hello, Could you attach to your issue a raw email with a zero sized attachment?

Sorry I didn't have time to look at it. I plan to do it before the end of the year ;) Thanks for your issue.

Yes this lib only parse "normal" emails, an we can't parse encrypted emails. It could be a feature request, but not sure to have time now. The workaround for you...

Great @caugner I reopened the issue to integrate it in php-mime-mail-parser

I never get the date field. But my only recommendation when I work with dates is to use https://carbon.nesbot.com/docs/ Or you can copy/paste the code from zbateson it should work...

I keep this issue open, I could remove the comment ` (GMT+01:00)` to be easier to parse with Carbon or DateTime. > From what I've seen so far, I would...

> After investigating this some more I can now say: The real title here should be: > Remove comments (i.e. text in parentheses) from header lines 👍 getX should return...

https://github.com/thephpleague/mime-type-detection

https://github.com/guzzle/psr7/blob/be3bd52821cf797bbcfe34874bdd6eb5832f7af8/src/functions.php#L614