We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
enmime could use some end-to-end tests, where we use the builder to encode a mail, the parser to decode it, then verify the results.
Once implemented, we could use a fuzzing library to try and break enmime.
The text was updated successfully, but these errors were encountered:
Bit of fuzzing added in #242, but it is unlikely to exercise much of the MIME parsing codebase.
Sorry, something went wrong.
No branches or pull requests
enmime could use some end-to-end tests, where we use the builder to encode a mail, the parser to decode it, then verify the results.
Once implemented, we could use a fuzzing library to try and break enmime.
The text was updated successfully, but these errors were encountered: