savonrb / savon-multipart

Heavy metal Ruby SOAP client with multipart support
MIT License
17 stars 47 forks source link

savon-multipart depends on Mail gem ~> 2.5.4, which has bugs #22

Closed acaeti closed 5 years ago

acaeti commented 6 years ago

I ran into an issue with savon-multipart and binary files that were not attachments (they appear in the mail#part body) as described here: https://stackoverflow.com/questions/43073477/ruby-writing-binary-string-7zip-to-file-file-gets-corrupted/43122970

Could savon-multipart be updated to depend on a version of Mail gem that fixes this issue?

bew commented 5 years ago

Can be closed, thanks to #19 ?

acaeti commented 5 years ago

Based on my reading of #19 , I would agree this issue can be closed.