You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixmiximka#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>
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.
The text was updated successfully, but these errors were encountered: