zbateson / mail-mime-parser

An email parser written in PHP
https://mail-mime-parser.org/
BSD 2-Clause "Simplified" License
458 stars 58 forks source link

Support RFC2231 header parameters #57

Closed zbateson closed 6 years ago

zbateson commented 6 years ago

https://tools.ietf.org/html/rfc2231

ThomasLandauer commented 6 years ago

Cool, just wanted to file an issue for this :-) What's the status?

zbateson commented 6 years ago

Hi @ThomasLandauer,

Working well in 1.0.0 :)

I'm hoping to have that released around Jan 15. It's working as-is, but I'm separating out "write" code into a "MailMimeWriter" library which isn't complete (so if you're writing you wont want it yet), and moving from php's stream filtering/streamWrapper to Guzzlehttp\Psr7 streams.

ThomasLandauer commented 6 years ago

Great, thanks! :-)

zbateson commented 6 years ago

I've just released a 1.0-beta that contains this. Not sure if you have any time to check it out -- if you do and you discover any issues, please open a new issue :smile:

Thank you!