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

MIMEHeader: use Go's net/textproto for public interface #297

Merged
merged 3 commits into from
Aug 22, 2023

Conversation

jhillyerd
Copy link
Owner

We did not intend for the external API to change when hosting our own version
of textproto.

Fixes #294

@coveralls
Copy link

coveralls commented Aug 8, 2023

Coverage Status

coverage: 85.966% (+0.01%) from 85.955% when pulling a5c8cee on mimeheader-294 into bb96b5a on main.

envelope.go Outdated Show resolved Hide resolved
part.go Outdated Show resolved Hide resolved
@jhillyerd jhillyerd merged commit 17d8c7d into main Aug 22, 2023
10 checks passed
@jhillyerd jhillyerd deleted the mimeheader-294 branch August 22, 2023 20:02
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.

Type of the (*enmime.Part).Header field is now private
3 participants