API : Add an API method to download attachment for inbound emails.
Right now mailgun SDK provides no method to download attachment given we have the URL. Only method is to download the attachment via language specific libraries like open-uri for ruby and we have to pass parameters for authorization. It would be great if there is a pre-built method to download attachments easily
6
votes

-
Victor Hazbun commented
I'm having the same problem, trying to use Roo gem but this urls requires authentication and Roo cant handle that.