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

How to set boundary before parse #229

Open
houjincheng1992 opened this issue Oct 13, 2019 · 1 comment
Open

How to set boundary before parse #229

houjincheng1992 opened this issue Oct 13, 2019 · 1 comment

Comments

@houjincheng1992
Copy link

As the title said, a given content not contain boundary, and I want to set boundary first and then use parse. Is there any method to do this, thx.

@vincent-richard
Copy link
Member

vincent-richard commented Oct 13, 2019

It's not currently possible. VMime uses the "boundary" parameter of the "Content-Type" field if available (you can force its value before parsing though), or tries its best to guess the boundary if the parameter is not present.

What does the content look like? Could you post an excerpt, or full data if possible?

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

No branches or pull requests

2 participants