rjbs / Email-MIME

perl library for parsing MIME messages
20 stars 30 forks source link

Update MIME.pm #73

Closed Mishrakk closed 3 years ago

Mishrakk commented 4 years ago

If we are parsing content disposition, we should probably operate on raw value of header, not one already parsed. This fixes problems with attachments names containing non-ASCII characters

rjbs commented 3 years ago

Good catch, thanks.