Skip to content

[Bugfix] email.Message.set_boundary() #430

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

Merged
merged 1 commit into from
Mar 13, 2019
Merged

[Bugfix] email.Message.set_boundary() #430

merged 1 commit into from
Mar 13, 2019

Conversation

seshrs
Copy link
Contributor

@seshrs seshrs commented Jan 19, 2019

Closes #429.

A bug in future.backports.email.Message.set_boundary causes errors when serializing multipart email Message objects, as described in the issue.

The fix was simply to replace usages of the native python list type with the future built-in list type.

Also added tests that would expose the bug.

Also added tests that would expose the bug.
@jmadler jmadler merged commit 1db97a1 into PythonCharmers:master Mar 13, 2019
@seshrs seshrs deleted the bugfix/multipart-email branch March 13, 2019 18:47
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.

Multipart Emails: Python2 bug
2 participants