jhillyerd / enmime

MIME mail encoding and decoding package for Go
MIT License
461 stars 100 forks source link

Return public `net/textproto` error types #316

Closed dcormier closed 9 months ago

dcormier commented 9 months ago

To allow for checking returned error types, types from the standard library's net/textproto must be used instead of types from the private textproto fork.

Kind of related to #294.

coveralls commented 9 months ago

Coverage Status

coverage: 86.272% (+0.06%) from 86.213% when pulling 03786373999a813fe7856604bb0735d67e382abe on dcormier:main into ed0394eda018ea5b8f6e81f9e71e7ab68c5b7a91 on jhillyerd:main.

jhillyerd commented 9 months ago

Looks good, thanks