evendis / mandrill-rails

Webhook processing and event decoration to make using Mandrill with Rails just that much easier
MIT License
288 stars 36 forks source link

Fix base64 handling for images #27

Closed lime closed 9 years ago

lime commented 9 years ago

As discussed in #25, this introduces a separate Image class to deal with the fact that Mandrill does not send a base64 parameter with images anymore, contrary to their documentation.