andyedinborough / aenetmail

C# POP/IMAP Mail Client
370 stars 153 forks source link

Added correct parsing when the filename or name of an attachment is embedded in the Content-Type header. #125

Closed jvdvleuten closed 11 years ago

jvdvleuten commented 11 years ago

I have added code and a unit test to verify that when the filename of an attachment is in the Content-Type in stead of the Content-Disposition header, the filename is still correctly parsed.

andyedinborough commented 11 years ago

Interesting, I hadn't seen filename specified in Content-Type before.

andyedinborough commented 11 years ago

I'll get a new build out on Nuget today.

jvdvleuten commented 11 years ago

Thanks! I also fixed 2 tests, they had one attachment too many in the count?

Great library btw! Works really well :)