Skip to content
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

Does not handle multipart/alternative correctly #11

Closed
dkontyko opened this issue Apr 17, 2022 · 0 comments
Closed

Does not handle multipart/alternative correctly #11

dkontyko opened this issue Apr 17, 2022 · 0 comments

Comments

@dkontyko
Copy link

The parser doesn't seem to be handling multipart/alternative correctly. Please see https://github.com/dkontyko/MimeParser/blob/adding_tests/Tests/MimeParserTests/EmailParsingTests.swift for an example. In the test email, the number of alternative parts is 3, but the parser only parses 2, and testCanParseEmailWithMultipartAlternative fails.

@dkontyko dkontyko mentioned this issue Apr 17, 2022
dkontyko added a commit to dkontyko/MimeParser that referenced this issue Apr 17, 2022
* Fix miximka#11

* Apply recommended Xcode settings (including setting iOS deployment target to 12.0)

* Fix unit tests execution when doing it on the command like using "swift tests"

* Update iOS deployment target in the podspec

* Bump version to 0.2.5 (8)

Co-authored-by: Maksim Bauer <m.bauer@zertificon.com>
Co-authored-by: miximka <miximka@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant