Zaahid Bateson

Results 91 comments of Zaahid Bateson

I'm torn on this one -- on the one hand, the notices are annoying, but on the other hand if there's an actual error being reported in the call to...

The trouble is catching it means I have to decide on some form of error handling/reporting which I've completely avoided... do I: * call trigger_error? * throw an exception? I've...

Hi @pupaxxo -- wouldn't that be better a few lines down after the calls to getMbCharset to normalize them? For instance the target could be "utf-8" and the source "UTF8"...

Aah, sorry it wasn't that simple either. This now fails a test. It's because getMbCharset can return false if the charset is not supported by mb_* (not listed in mb_list_encodings)....

Hi @smariussorin -- I've been knee-deep working on a version 3 and seem to have missed this. Version 3 will hopefully be released in a few days, but generally that...

Hi @phpfui I'm working on a v3 release that'll be updated soon to include them. There's a small change I mostly finished working on to support them because they now...

Oh wow, yes, testing would be amazing. I'll do a beta release in a bit if you feel like playing around :)

Well that was a bit longer than expected, sorry! Finally got a beta out there. I put some basic notes in [3.0.0-beta](https://github.com/zbateson/mail-mime-parser/releases/tag/3.0.0-beta) but honestly I don't know how helpful they...

@s22-tech -- Sorry about that -- honestly the version.txt file is actually mostly about my documentation (api) deployment through phing -- I didn't think/expect people would be using it otherwise!...

This library only parses mime messages, the first "SMTP" line shouldn't be passed to $parser->parse in your example, it should be filtered out.