DusanKasan / parsemail

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

Refactor: Add fallback for multipart file name #36

Closed tatorodrigo closed 3 years ago

tatorodrigo commented 3 years ago

Some emails senders do not fill the filename under the Content-Disposition header so we are adding a fallback to check the filename under the Content-Type header.