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

Restore the Part's buffer after reading its content #37

Merged
merged 1 commit into from
Nov 27, 2017

Conversation

philipyaz
Copy link

@philipyaz philipyaz commented Nov 2, 2017

cf. issue "Restore the Part's buffer after reading its content" #38

@coveralls
Copy link

coveralls commented Nov 2, 2017

Coverage Status

Coverage increased (+0.05%) to 86.053% when pulling aaadc3d on philipyaz:feature/RestoreBuffer into a22a93f on jhillyerd:develop.

@jhillyerd jhillyerd merged commit aaadc3d into jhillyerd:develop Nov 27, 2017
@jhillyerd jhillyerd mentioned this pull request Dec 13, 2017
jhillyerd added a commit that referenced this pull request Jan 8, 2018
Part content readers make everything more complicated for no benefit.
See #37, #38, #45.  They also prevent some errors from being surfaced
in the Part object, as they haven't been detected at the time it is
returned to the client.

Part.Content []byte is now the recommended way to access the content of
a Part.  Part.Content will also be used when generating MIME emails,
for #7.
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

3 participants