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

Fixed bug in getDecodedContent with 'format=flowed' email #13

Merged
merged 1 commit into from
Sep 28, 2013
Merged

Fixed bug in getDecodedContent with 'format=flowed' email #13

merged 1 commit into from
Sep 28, 2013

Conversation

burci
Copy link
Contributor

@burci burci commented Sep 27, 2013

With Content-Type: text/plain; charset=ISO-8859-1; format=flowed i got some a problem.

There are no email parts, partNumber is null, so Message::getBodyText() fail back to getDecodedContent(), and the function get the whole email, including the header.

Using 1 as partNumber solved it.

ddeboer added a commit that referenced this pull request Sep 28, 2013
Fixed bug in getDecodedContent with 'format=flowed' email
@ddeboer ddeboer merged commit a67f3bd into ddeboer:master Sep 28, 2013
@burci burci deleted the bug-format-flowed branch September 28, 2013 12:16
@burci
Copy link
Contributor Author

burci commented Sep 28, 2013

Thx!

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.

2 participants