DusanKasan / parsemail

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

Unknown multipart/mixed nested mime type: application/octet-stream #30

Open hoang17 opened 3 years ago

hoang17 commented 3 years ago
----boundary_23799_9387ca5c-694c-4010-b46e-3154585edde8
Content-Type: application/octet-stream; name="filename.pdf"
Content-Transfer-Encoding: base64
Content-Disposition: attachment

...

Hi Thanks for a great lib! I am using this to parse a lot of emails and found this error: Unknown multipart/mixed nested mime type: application/octet-stream if there is attachment like above. May be it is a bug

xhit commented 1 year ago

Fixed here: https://github.com/OfimaticSRL/parsemail