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

ensure that multipart/* parts always have a non-null boundary field #1381

Merged
merged 1 commit into from
May 19, 2016

Conversation

Valodim
Copy link
Contributor

@Valodim Valodim commented May 13, 2016

See #1333. This makes sure that multipart fields always have a boundary field set in the database by generating a new one if the body of such part is null.

@cketti
Copy link
Member

cketti commented May 14, 2016

Will this do the right thing when a previously partially downloaded mail is downloaded completely?

@Valodim
Copy link
Contributor Author

Valodim commented May 14, 2016

When a mail is downloaded completely all parts get replaced, don't they? If that is the case, a boundary which comes in this way should be put where expected. We might still want to give the whole boundary deal more thought, see my last comment in #1333.

@cketti cketti merged commit 838faa1 into master May 19, 2016
@cketti cketti deleted the fix-empty-multipart branch May 19, 2016 12:58
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

2 participants