DusanKasan / parsemail

Simple email parsing for Golang
MIT License
212 stars 138 forks source link

Unable to parse email with 7bit encoded attachment #7

Closed EdwinLove closed 4 years ago

EdwinLove commented 5 years ago

I have been using this library to parse some emails and it was working fine until I came across an example where the email had an attachment (a csv file) which was 7bit encoded which the parser was unable to handle.

I have issued this pull request which fixes it for me https://github.com/DusanKasan/parsemail/pull/8

DusanKasan commented 4 years ago

Merged #8