-
Notifications
You must be signed in to change notification settings - Fork 21
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
Encoded words support #6
Comments
Seems to be documented in this RFC: https://www.rfc-editor.org/rfc/rfc2047.html I would also like to see this added. There is some code here that may be a good starting point: https://github.com/bengottlieb/marcel/blob/master/Source/Marcel/String%2BMime.swift I had to fix this code like so:
|
guidedways
added a commit
to BeehiveInnovations/MimeParser
that referenced
this issue
Apr 25, 2023
* Fix Header parser fails with empty headers miximka#14 * Support dynamic library --------- Co-authored-by: Maksim Bauer <[email protected]> Co-authored-by: miximka <[email protected]> Co-authored-by: Fahad <[email protected]>
guidedways
added a commit
to BeehiveInnovations/MimeParser
that referenced
this issue
Apr 25, 2023
updating fork (miximka#6)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First of all thank you for this library. I've used it to retrieve some headers, and I stumbled upon a header that contained UTF-8 data, is there a way to decode this header using this library ?
Format seems to be ?=encoding?charset?mytexthere?=
Thank you.
The text was updated successfully, but these errors were encountered: