-
-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parse full mime types #43
Comments
Hey Ryan, thanks for the offer! I think I'm going to pass for the moment, however. By way of explanation, here's kinda how I look at this sort of thing ...
In this case ... Anyhow... that's my early $.02. I'm always happy to be told where I'm wrong though. :) |
So... I actually forgot about the charset.lookup() method that's in node-mime currently. Would be curious what your thoughts are there. Specifically: Would adding charset recognition there address your use case. What are you using the type/subtype parsing for? I confess I can't think of any use cases for this. |
closing due to lack of response from OP or other commentary from other parties. (again, thanks for the offer!) |
Do you think it is within the scope of your project to include a mime type parser? Something that when presented with a string like 'text/plain; charset=utf8' would return an object like this:
I've already written code that pretty much does this (just needs some cleaning up) that I would be happy to contribute.
The text was updated successfully, but these errors were encountered: