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

Check if Message.get_params return 3-tuple instead of str on parse_options_header #79

Merged
merged 4 commits into from
Feb 9, 2024

Conversation

lorenpike
Copy link
Contributor

@lorenpike lorenpike commented Feb 7, 2024

Fixing the case where email.message.Message.get_params returns a 3-tuple instead of a str

For more context on the bug, here's the definition for Message.get_params

@lorenpike
Copy link
Contributor Author

Hey @Kludex, would you mind reviewing these changes? It's a pretty simple two-line fix.

Copy link
Owner

@Kludex Kludex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll make a release tonight.

@lorenpike
Copy link
Contributor Author

Sounds good! Thanks for your help!

Copy link
Sponsor Contributor

@tiangolo tiangolo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks @lorenpike! I didn't notice that. 🤓

@Kludex Kludex changed the title Fixing issue #78 Check if Message.get_params return 3-tuple instead of str on parse_options_header Feb 9, 2024
@Kludex Kludex merged commit 26d664f into Kludex:master Feb 9, 2024
6 checks passed
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

Successfully merging this pull request may close these issues.

None yet

4 participants